diff --git a/CHANGES.md b/CHANGES.md index 85661c31..eadb6835 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### 2.8.13 + +* Improvements and bug fix. + + ### 2.8.12 * Improvements and bug fix. diff --git a/README.md b/README.md index a0a60725..d4407bbd 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-2.8.12-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.8.12/index.html) +[![Javadocs](https://img.shields.io/badge/javadoc-2.8.13-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.8.13/index.html) Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections. @@ -173,7 +173,7 @@ userDao.deleteById(100L); * Gradle: ```gradle // JDK 1.8 or above: -compile 'com.landawn:abacus-jdbc:2.8.12' +compile 'com.landawn:abacus-jdbc:2.8.13' ``` ## User Guide: diff --git a/pom.xml b/pom.xml index 99a08ec6..9f587c9d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.landawn abacus-jdbc - 2.8.13 + 2.8.14 jar abacus-jdbc