File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ## 0.6.0 [ unreleased]
1+ ## 0.5.1 [ 2024-02-01]
2+
3+ Resync artifacts with Maven Central.
24
35## 0.5.0 [ 2024-01-30]
46
Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ Add the latest version of the client to your project:
4545<dependency >
4646 <groupId >com.influxdb</groupId >
4747 <artifactId >influxdb3-java</artifactId >
48- <version >0.5.0 </version >
48+ <version >0.5.1 </version >
4949</dependency >
5050```
5151
5252### Or when using Gradle
5353
5454``` groovy
5555dependencies {
56- implementation "com.influxdb:influxdb3-java:0.5.0 "
56+ implementation "com.influxdb:influxdb3-java:0.5.1 "
5757}
5858```
5959
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >com.influxdb</groupId >
4040 <artifactId >influxdb3-java</artifactId >
41- <version >0.6.0-SNAPSHOT </version >
41+ <version >0.5.1 </version >
4242 </dependency >
4343 </dependencies >
4444
You can’t perform that action at this time.
0 commit comments