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 d638d20 commit 9d2c835Copy full SHA for 9d2c835
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 2.1.1
2
+October 11th, 2018
3
+
4
+### Bug Fixes
5
+- fix(track): Send decisions for all experiments using an event when using track ([#120](https://github.com/optimizely/ruby-sdk/pull/120)).
6
+- EventBuilder uses the same logger as Project ([#122](https://github.com/optimizely/ruby-sdk/pull/122)).
7
+- Updating libraries for Ruby SDK ([#123](https://github.com/optimizely/ruby-sdk/pull/123)).
8
+- fix(datafile-parsing): Prevent newer versions datafile ([#124](https://github.com/optimizely/ruby-sdk/pull/124)).
9
10
## 2.1.0
11
July 2nd, 2018
12
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
21
end
0 commit comments