We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eafd6 commit a082d59Copy full SHA for a082d59
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.1.1
2
+May 30th, 2019
3
+
4
+### Bug Fixes:
5
+- fix(is_feature_enabled): Added rollout experiment key map for onboarding datafile. ([#168](https://github.com/optimizely/ruby-sdk/pull/168))
6
7
## 3.1.0
8
May 3rd, 2019
9
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '3.1.0'
+ VERSION = '3.1.1'
21
end
0 commit comments