Skip to content

Commit bc46127

Browse files
authored
chore: prepare for release 3.8.1 (#284)
## Summary prepare for release 3.8.1 ## Test plan All Full stack compatibility tests and unit tests pass.
1 parent 6f844ca commit bc46127

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 3.8.1
4+
August 2nd, 2021
5+
6+
### Bug Fixes:
7+
- Fixed duplicate experiment key issue with multiple feature flags. While trying to get variation from the variationKeyMap, it was unable to find because the latest experimentKey was overriding the previous one. [#282](https://github.com/optimizely/ruby-sdk/pull/282)
8+
39
## 3.8.0
410
February 16th, 2021
511

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.0'
20+
VERSION = '3.8.1'
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.0',
3628+
client_version: '3.8.1',
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.0',
3774+
client_version: '3.8.1',
37753775
anonymize_ip: false,
37763776
enrich_decisions: true,
37773777
visitors: [{

0 commit comments

Comments
 (0)