Skip to content

Commit a49bc5b

Browse files
authored
chore: prepare for 3.9.0 release. (#286)
1 parent 3a30a00 commit a49bc5b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## 3.9.0
4+
September 16, 2021
5+
6+
### New Features:
7+
- Add new public properties to `OptimizelyConfig`. ([#285](https://github.com/optimizely/ruby-sdk/pull/285))
8+
- sdkKey
9+
- environmentKey
10+
- attributes
11+
- audiences
12+
- events
13+
- experimentRules and deliveryRules to `OptimizelyFeature`
14+
- audiences to `OptimizelyExperiment`
15+
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-ruby](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-ruby).
16+
17+
### Deprecated:
18+
- `OptimizelyFeature.experimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.experimentRules` and `OptimizelyFeature.deliveryRules`. ([#285](https://github.com/optimizely/ruby-sdk/pull/285))
19+
320
## 3.8.1
421
August 2nd, 2021
522

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.8.1'
20+
VERSION = '3.9.0'
2121
end

spec/project_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,7 @@ def callback(_args); end
36253625
project_id: '111001',
36263626
revision: '42',
36273627
client_name: 'ruby-sdk',
3628-
client_version: '3.8.1',
3628+
client_version: '3.9.0',
36293629
anonymize_ip: false,
36303630
enrich_decisions: true,
36313631
visitors: [{
@@ -3771,7 +3771,7 @@ def callback(_args); end
37713771
project_id: '111001',
37723772
revision: '42',
37733773
client_name: 'ruby-sdk',
3774-
client_version: '3.8.1',
3774+
client_version: '3.9.0',
37753775
anonymize_ip: false,
37763776
enrich_decisions: true,
37773777
visitors: [{

0 commit comments

Comments
 (0)