We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ed888 commit 1263f22Copy full SHA for 1263f22
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Optimizely Ruby SDK Changelog
2
3
4
-## Unreleased
+## 4.0.0
5
+August 4, 2022
6
-### Changes:
7
-* Breaking change: Changed official supported versions of Ruby to 2.7, 3.0 and 3.1
+### Breaking Changes:
8
+* Changed official supported versions of Ruby to 2.7, 3.0 and 3.1
9
10
## 3.10.1
11
February 2, 2022
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '3.10.1'
+ VERSION = '4.0.0'
21
end
0 commit comments