From ef10e07a49dff14a9178085a378948e51f02857c Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Thu, 1 Oct 2020 00:38:10 -0500 Subject: [PATCH] Changes in prep for 3.2.6.rc1 release --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/cassandra/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345215071..a6f0e51b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 3.2.5.rc.1 +# 3.2.5.rc1 Bug Fixes: * [RUBY-332](https://datastax-oss.atlassian.net/browse/RUBY-332) Add support for duration type * [RUBY-335](https://datastax-oss.atlassian.net/browse/RUBY-335) ssl_encryption_test.rb (integration test) failures with some C* 4.0 versions diff --git a/Gemfile.lock b/Gemfile.lock index 6b448f6a2..cf94529df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cassandra-driver (3.2.5.rc.1) + cassandra-driver (3.2.5.rc1) ione (~> 1.2) GEM diff --git a/lib/cassandra/version.rb b/lib/cassandra/version.rb index be446206f..1b0b404d4 100644 --- a/lib/cassandra/version.rb +++ b/lib/cassandra/version.rb @@ -17,5 +17,5 @@ #++ module Cassandra - VERSION = '3.2.5.rc.1'.freeze + VERSION = '3.2.5.rc1'.freeze end