File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1.8.0 [ unreleased ]
1+ ## 1.8.0 [ 2026-02-19 ]
22
33### Features
44
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ Add the latest version of the client to your project:
4949<dependency >
5050 <groupId >com.influxdb</groupId >
5151 <artifactId >influxdb3-java</artifactId >
52- <version >1.7 .0</version >
52+ <version >1.8 .0</version >
5353</dependency >
5454```
5555
5656### Or when using Gradle
5757
5858``` groovy
5959dependencies {
60- implementation "com.influxdb:influxdb3-java:1.7 .0"
60+ implementation "com.influxdb:influxdb3-java:1.8 .0"
6161}
6262```
6363
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.influxdb</groupId >
4141 <artifactId >influxdb3-java</artifactId >
42- <version >1.8.0-SNAPSHOT </version >
42+ <version >1.8.0</version >
4343 </dependency >
4444 </dependencies >
4545
You can’t perform that action at this time.
0 commit comments