Skip to content

Commit

Permalink
chore(release): release version 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Mar 1, 2024
1 parent 7b1f93d commit 9928973
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.0 [unreleased]
## 0.6.0 [2024-03-01]

### Features

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Add the latest version of the client to your project:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<version>0.5.1</version>
<version>0.6.0</version>
</dependency>
```

### Or when using Gradle

```groovy
dependencies {
implementation "com.influxdb:influxdb3-java:0.5.1"
implementation "com.influxdb:influxdb3-java:0.6.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9928973

Please sign in to comment.