Skip to content

Commit c2b3f85

Browse files
Preparing for 2.1.0 release (#119)
1 parent b2a4883 commit c2b3f85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 2.0.3
27
June 25th, 2018
38

lib/optimizely/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '2.0.3'
20+
VERSION = '2.1.0'
2121
end

0 commit comments

Comments
 (0)