We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed9511 commit 7f4a96fCopy full SHA for 7f4a96f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## 2.18 [unreleased]
4
+
5
## 2.17 [2019-12-06]
6
7
### Fixes
README.md
@@ -393,14 +393,14 @@ The latest version for maven dependence:
393
<dependency>
394
<groupId>org.influxdb</groupId>
395
<artifactId>influxdb-java</artifactId>
396
- <version>2.16</version>
+ <version>2.17</version>
397
</dependency>
398
```
399
400
Or when using with gradle:
401
402
```groovy
403
-compile 'org.influxdb:influxdb-java:2.16'
+compile 'org.influxdb:influxdb-java:2.17'
404
405
406
For version change history have a look at [ChangeLog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md).
0 commit comments