Skip to content

Commit dc2088d

Browse files
authored
chore: prepare for 3.6.0 (#271)
1 parent 84c4397 commit dc2088d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely Ruby SDK Changelog
22

3+
## 3.6.0
4+
September 30th, 2020
5+
6+
### New Features:
7+
- Add support for Semantic Versioning in Audience Evaluation ([#267](https://github.com/optimizely/ruby-sdk/pull/267)).
8+
- Add datafile accessor to config ([#268](https://github.com/optimizely/ruby-sdk/pull/268)).
9+
10+
### Bug Fixes:
11+
- Modify log messages to be explicit when it's evaluating an experiment and when it's doing so for a rollout ([#259](https://github.com/optimizely/ruby-sdk/pull/259)).
12+
313
## 3.5.0
414
July 9th, 2020
515

@@ -8,6 +18,7 @@ July 9th, 2020
818
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
919
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
1020
- Add support for proxy server for http config manager. ([#262](https://github.com/optimizely/ruby-sdk/pull/262))
21+
1122
### Bug Fixes:
1223
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
1324
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).

lib/optimizely/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '3.5.0'
20+
VERSION = '3.6.0'
2121
end

0 commit comments

Comments
 (0)