diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e8138d9f..78e7079f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 3.0.9.1 (Upcoming)
+## 3.0.9.1 (November 10, 2016)
* Add support for geospatial shapes in bounding box search
* Add support for geospatial shapes in distance search
diff --git a/builder/pom.xml b/builder/pom.xml
index 6118d6e67..db419904b 100644
--- a/builder/pom.xml
+++ b/builder/pom.xml
@@ -26,7 +26,7 @@
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.0.9.1-RC1-SNAPSHOT
+ 3.0.9.1
jar
diff --git a/plugin/pom.xml b/plugin/pom.xml
index ed0908682..9465a632c 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -26,7 +26,7 @@
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.0.9.1-RC1-SNAPSHOT
+ 3.0.9.1
jar
diff --git a/pom.xml b/pom.xml
index 16d71334a..5e2d9264e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
pom
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.0.9.1-RC1-SNAPSHOT
+ 3.0.9.1
Cassandra Lucene index
Cassandra Lucene index
diff --git a/testsAT/pom.xml b/testsAT/pom.xml
index 814527b05..27dddd939 100644
--- a/testsAT/pom.xml
+++ b/testsAT/pom.xml
@@ -25,7 +25,7 @@
com.stratio.cassandra
cassandra-lucene-index-tests
- 3.0.9.1-RC1-SNAPSHOT
+ 3.0.9.1
jar
Cassandra Lucene Index acceptance tests