We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cccf6 commit ef10e07Copy full SHA for ef10e07
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 3.2.5.rc.1
+# 3.2.5.rc1
2
Bug Fixes:
3
* [RUBY-332](https://datastax-oss.atlassian.net/browse/RUBY-332) Add support for duration type
4
* [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,7 +1,7 @@
PATH
remote: .
specs:
- cassandra-driver (3.2.5.rc.1)
+ cassandra-driver (3.2.5.rc1)
5
ione (~> 1.2)
6
7
GEM
lib/cassandra/version.rb
@@ -17,5 +17,5 @@
17
#++
18
19
module Cassandra
20
- VERSION = '3.2.5.rc.1'.freeze
+ VERSION = '3.2.5.rc1'.freeze
21
end
0 commit comments