Skip to content

Commit 7f4a96f

Browse files
committed
Update README and CHANGELOG to reflect actual version
1 parent 1ed9511 commit 7f4a96f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 2.18 [unreleased]
4+
35
## 2.17 [2019-12-06]
46

57
### Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@ The latest version for maven dependence:
393393
<dependency>
394394
<groupId>org.influxdb</groupId>
395395
<artifactId>influxdb-java</artifactId>
396-
<version>2.16</version>
396+
<version>2.17</version>
397397
</dependency>
398398
```
399399

400400
Or when using with gradle:
401401

402402
```groovy
403-
compile 'org.influxdb:influxdb-java:2.16'
403+
compile 'org.influxdb:influxdb-java:2.17'
404404
```
405405

406406
For version change history have a look at [ChangeLog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)