8000 chore: updates for release (#278) · mikechu-optimizely/ruby-sdk@9da6a58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9da6a58

Browse files
chore: updates for release (optimizely#278)
* updates for release * update to release today
1 parent 73fdcf6 commit 9da6a58

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Ruby SDK Changelog
22

3+
## 3.7.0
4+
November 20th, 2020
5+
6+
### New Features:
7+
- Added support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions. ([#272](https://github.com/optimizely/ruby-sdk/pull/272)).
8+
- Added "enabled" field to decision metadata structure ([#275](https://github.com/optimizely/ruby-sdk/pull/275)).
9+
310
## 3.6.0
411
September 30th, 2020
512

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

0 commit comments

Comments
 (0)
0