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 d083392 commit c1f1154Copy full SHA for c1f1154
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.2
2
+June 19th, 2018
3
+
4
+- Fix: send impression event for Feature Test when Feature is disabled ([#110](https://github.com/optimizely/ruby-sdk/pull/110)).
5
6
## 2.0.1
7
April 25th, 2018
8
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '2.0.1'
+ VERSION = '2.0.2'
21
end
0 commit comments