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 b2a4883 commit c2b3f85Copy full SHA for c2b3f85
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.1.0
2
+July 2nd, 2018
3
+
4
+- Introduces support for bot filtering ([#106](https://github.com/optimizely/ruby-sdk/pull/106)).
5
6
## 2.0.3
7
June 25th, 2018
8
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '2.0.3'
+ VERSION = '2.1.0'
21
end
0 commit comments