Skip to content

Commit

Permalink
Changes in prep for 3.2.6.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 1, 2020
1 parent a9cccf6 commit ef10e07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassandra-driver (3.2.5.rc.1)
cassandra-driver (3.2.5.rc1)
ione (~> 1.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/cassandra/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#++

module Cassandra
VERSION = '3.2.5.rc.1'.freeze
VERSION = '3.2.5.rc1'.freeze
end

0 comments on commit ef10e07

Please sign in to comment.