diff --git a/CHANGES.md b/CHANGES.md index 6844b0aa..f5291f07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 3.5.10 + +* Improvements and bug fix. + ### 3.5.9 * Improvements and bug fix. diff --git a/README.md b/README.md index 716c416d..8991df27 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.5.9-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.5.9/index.html) +[![Javadocs](https://img.shields.io/badge/javadoc-3.5.10-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.5.10/index.html) Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections. @@ -141,7 +141,7 @@ The biggest difference between this library and other data(database) access fram com.landawn abacus-jdbc - 3.5.9 + 3.5.10 ``` @@ -149,7 +149,7 @@ The biggest difference between this library and other data(database) access fram ```gradle // JDK 17 or above: -compile 'com.landawn:abacus-jdbc:3.5.9' +compile 'com.landawn:abacus-jdbc:3.5.10' ``` ## User Guide: diff --git a/pom.xml b/pom.xml index c6f52a17..99216f4f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.landawn abacus-jdbc - 3.5.10 + 3.5.11 jar abacus-jdbc