Skip to content

Commit 3a687f2

Browse files
authored
chore: prepare for 3.5.0-beta release (#256)
1 parent 75aae12 commit 3a687f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
## [Unreleased]
44
- Added support for authenticated datafiles. `HTTPProjectConfigManager` now accepts `datafile_access_token` to be able to fetch authenticated datafiles.
55

6+
## 3.5.0-beta
7+
June 17th, 2020
8+
9+
### New Features:
10+
- Add support for JSON feature variables ([#251](https://github.com/optimizely/ruby-sdk/pull/251))
11+
- Add support for authenticated datafiles ([#255](https://github.com/optimizely/ruby-sdk/pull/255))
12+
13+
### Bug Fixes:
14+
- Handle error with error handler in async scheduler ([#248](https://github.com/optimizely/ruby-sdk/pull/248)).
15+
- Change single audience result to debug ([#254](https://github.com/optimizely/ruby-sdk/pull/254)).
16+
617
## 3.4.0
718
January 23rd, 2020
819

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

0 commit comments

Comments
 (0)