diff --git a/CHANGES.md b/CHANGES.md index 0298c9af..8957e514 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 3.8.5 + +* Improvements and bug fix. + ### 3.8.4 * Improvements and bug fix. diff --git a/README.md b/README.md index 5233b2f1..2bd77fe2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # abacus-jdbc [![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-jdbc.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-jdbc/) -[![Javadocs](https://img.shields.io/badge/javadoc-3.8.4-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.8.4/index.html) +[![Javadocs](https://img.shields.io/badge/javadoc-3.8.5-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.8.5/index.html) Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections. @@ -143,7 +143,7 @@ The biggest difference between this library and other data(database) access fram com.landawn abacus-jdbc - 3.8.4 + 3.8.5 ``` @@ -151,7 +151,7 @@ The biggest difference between this library and other data(database) access fram ```gradle // JDK 17 or above: -compile 'com.landawn:abacus-jdbc:3.8.4' +compile 'com.landawn:abacus-jdbc:3.8.5' ``` ## User Guide: diff --git a/pom.xml b/pom.xml index 2b1ae506..4e74e64c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.landawn abacus-jdbc - 3.8.5 + 3.8.6 jar abacus-jdbc