Skip to content

Commit

Permalink
chore: Prepare for 2.1.1 release. (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeproeng37 authored Oct 11, 2018
1 parent d638d20 commit 9d2c835
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.1.1
October 11th, 2018

### Bug Fixes
- fix(track): Send decisions for all experiments using an event when using track ([#120](https://github.com/optimizely/ruby-sdk/pull/120)).
- EventBuilder uses the same logger as Project ([#122](https://github.com/optimizely/ruby-sdk/pull/122)).
- Updating libraries for Ruby SDK ([#123](https://github.com/optimizely/ruby-sdk/pull/123)).
- fix(datafile-parsing): Prevent newer versions datafile ([#124](https://github.com/optimizely/ruby-sdk/pull/124)).

## 2.1.0
July 2nd, 2018

Expand Down
2 changes: 1 addition & 1 deletion lib/optimizely/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#
module Optimizely
CLIENT_ENGINE = 'ruby-sdk'
VERSION = '2.1.0'
VERSION = '2.1.1'
end

0 comments on commit 9d2c835

Please sign in to comment.