Skip to content

Commit

Permalink
[RELEASE] 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier DAIRAY committed Oct 30, 2017
1 parent 858c129 commit c14f342
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG

### 1.0.1

* Java7 TefpsTvClient - Allow Tv Type parameter in createTv method
* Java7 TefpsTvClient - Improve readme
* Java7 TefpsTvClient - Fix various details in client
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add maven dependency to your pom.xml
<dependency>
<groupId>fr.polyconseil.smartcity</groupId>
<artifactId>tefps-clients</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.polyconseil.smartcity</groupId>
<artifactId>tefps-clients</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>TeFPS clients</name>
Expand Down

0 comments on commit c14f342

Please sign in to comment.