Skip to content

Commit

Permalink
v6.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Apr 20, 2023
1 parent dda8575 commit d95109b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [6.23.0] - 2023-04-20

- deprecated `DbName` in favor of plain strings

## [6.22.0] - 2023-04-18
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>6.22.0</version>
<version>6.23.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/arangodb/UserAgentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class UserAgentTest extends BaseJunit5 {

private static final String EXPECTED_VERSION = "6.22.0";
private static final String EXPECTED_VERSION = "6.23.0";

@Test
void packageVersion() {
Expand Down

0 comments on commit d95109b

Please sign in to comment.