Bump docs to next version.
diff --git a/README.md b/README.md
index 99dac64..078d56f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
version through [Java driver
docs](http://datastax.github.io/java-driver/) or via the release tags,
[e.g.
-2.0.11](https://github.com/datastax/java-driver/tree/2.0.11).*
+2.0.12](https://github.com/datastax/java-driver/tree/2.0.12).*
A modern, [feature-rich](features/) and highly tunable Java client
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
- <version>2.0.11</version>
+ <version>2.0.12</version>
</dependency>
```
@@ -81,7 +81,7 @@
to avoid the explicit dependency to Netty.
If you can't use a dependency management tool, a
-[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.11.tar.gz)
+[binary tarball](http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.12.tar.gz)
is available for download.
## Compatibility
diff --git a/changelog/README.md b/changelog/README.md
index 1c98ea9..885f365 100644
--- a/changelog/README.md
+++ b/changelog/README.md
@@ -1,6 +1,6 @@
## Changelog
-### 2.0.12 (in progress)
+### 2.0.12
- [bug] JAVA-950: Fix Cluster.connect with a case-sensitive keyspace.
- [improvement] JAVA-920: Downgrade "error creating pool" message to WARN.
diff --git a/features/compression/README.md b/features/compression/README.md
index 1601bd9..16797a2 100644
--- a/features/compression/README.md
+++ b/features/compression/README.md
@@ -85,4 +85,4 @@
.build();
```
-[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.11/cassandra-driver-parent-2.0.11.pom
+[pom]: https://repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-parent/2.0.12/cassandra-driver-parent-2.0.12.pom
diff --git a/features/shaded_jar/README.md b/features/shaded_jar/README.md
index f429613..718eab0 100644
--- a/features/shaded_jar/README.md
+++ b/features/shaded_jar/README.md
@@ -12,7 +12,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cassandra-driver-core</artifactId>
- <version>2.0.11</version>
+ <version>2.0.12</version>
<classifier>shaded</classifier>
<!-- Because the shaded JAR uses the original POM, you still need
to exclude this dependency explicitly: -->
diff --git a/pom.xml b/pom.xml
index c87cf2f..f338e40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
</execution>
</executions>
<configuration>
- <comparisonVersion>2.0.10.1</comparisonVersion>
+ <comparisonVersion>2.0.11</comparisonVersion>
<ignoredDifferencesFile>../clirr-ignores.xml</ignoredDifferencesFile>
<excludes>
<!-- Package-private, internal classes -->