Skip to content

Commit db4460e

Browse files
release 3.5.0 (#264)
* release 3.5.0 * update date of release
1 parent eeb2c7d commit db4460e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Optimizely Ruby SDK Changelog
22

3-
## [Unreleased]
3+
## 3.5.0
4+
July 9th, 2020
5+
6+
### New Features:
7+
- Add support for JSON feature variables ([#251](https://github.com/optimizely/ruby-sdk/pull/251))
8+
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
49
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
10+
- Add support for proxy server for http config manager. ([#262](https://github.com/optimizely/ruby-sdk/pull/262))
11+
### Bug Fixes:
12+
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
13+
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
514

615
## 3.5.0-beta
716
June 17th, 2020

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-beta'
20+
VERSION = '3.5.0'
2121
end

0 commit comments

Comments
 (0)