Skip to content

Commit

Permalink
chore: updates for release (#278)
Browse files Browse the repository at this point in the history
* updates for release

* update to release today
  • Loading branch information
thomaszurkan-optimizely authored Nov 20, 2020
1 parent 73fdcf6 commit 9da6a58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Optimizely Ruby SDK Changelog

## 3.7.0
November 20th, 2020

### New Features:
- Added support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions. ([#272](https://github.com/optimizely/ruby-sdk/pull/272)).
- Added "enabled" field to decision metadata structure ([#275](https://github.com/optimizely/ruby-sdk/pull/275)).

## 3.6.0
September 30th, 2020

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 = '3.6.0'
VERSION = '3.7.0'
end

0 comments on commit 9da6a58

Please sign in to comment.