Skip to content

Commit ef10e07

Browse files
committed
Changes in prep for 3.2.6.rc1 release
1 parent a9cccf6 commit ef10e07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.2.5.rc.1
1+
# 3.2.5.rc1
22
Bug Fixes:
33
* [RUBY-332](https://datastax-oss.atlassian.net/browse/RUBY-332) Add support for duration type
44
* [RUBY-335](https://datastax-oss.atlassian.net/browse/RUBY-335) ssl_encryption_test.rb (integration test) failures with some C* 4.0 versions

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cassandra-driver (3.2.5.rc.1)
4+
cassandra-driver (3.2.5.rc1)
55
ione (~> 1.2)
66

77
GEM

lib/cassandra/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#++
1818

1919
module Cassandra
20-
VERSION = '3.2.5.rc.1'.freeze
20+
VERSION = '3.2.5.rc1'.freeze
2121
end

0 commit comments

Comments
 (0)