Skip to content

Commit

Permalink
Prepare for 5.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Sep 23, 2024
1 parent 7ec98c3 commit debc723
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
HikariCP Changes

Changes in 5.2.0

* fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection.

* minor debug logging enhancements

Changes in 5.1.0

* fixed #1907 re-added automatic.module.name that was lost along the way
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _**Java 11+** maven artifact:_
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
```
_Java 8 maven artifact (*maintenance mode*):_
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.2.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>HikariCP</name>
Expand Down

0 comments on commit debc723

Please sign in to comment.