We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0aa7d commit be2da93Copy full SHA for be2da93
2 files changed
CHANGES.txt
@@ -1,5 +1,8 @@
1
CHANGES
2
3
+0.0.1 (Coming soon)
4
+- Updated dependencies to support faraday > 2.0
5
+
6
8.0.0 (May 10, 2022)
7
- BREAKING CHANGE: Deprecated support for ruby 2.3 and 2.4 versions. The minimum ruby version required is 2.5 now.
8
- Updated redis command for config telemetry, using hset instead of rpush now.
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '8.0.1.pre.rc1'
+ VERSION = '8.0.1'
end
0 commit comments