diff --git a/README.md b/README.md
index b791e075d4..0a65d6f9ff 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,9 @@ To use a memory database in your Java code, get the database connection as follo
News
====
+* 2015 Oct 3rd: sqlite-jdbc-3.8.11.2
+ * Fix for Raspberry-Pi 2
+ * Add multiple table support for DatabaseMetaData.getColumns
* 2015 August 3rd: sqlite-jdbc-3.8.11.1
* Fix for Linux ARM native library
* 2015 July 29th: sqlite-jdbc-3.8.11 release.
@@ -312,7 +315,7 @@ fragments into your pom.xml file. With those settings, your Maven will automatic
org.xerial
sqlite-jdbc
- 3.8.11
+ 3.8.11.2
@@ -341,6 +344,6 @@ and manually put the SQLite JDBC jar file into (TOMCAT_HOME)/lib folder.
org.xerial
sqlite-jdbc
- 3.8.11
+ 3.8.11.2
provided
diff --git a/pom.xml b/pom.xml
index 0d4c40dc3a..15247601a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.xerial
sqlite-jdbc
- 3.8.11.2-SNAPSHOT
+ 3.8.11.2
SQLite JDBC
SQLite JDBC library