10000 chore: prepare for release 3.10.0 by ozayr-zaviar · Pull Request #294 · optimizely/ruby-sdk · GitHub
[go: up one dir, main page]

Skip to content

chore: prepare for release 3.10.0 #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
testcases fixed
  • Loading branch information
ozayr-zaviar committed Jan 10, 2022
commit c596368a6b721b5d18709b2d278e41072b792a53
6 changes: 3 additions & 3 deletions spec/optimizely_user_context_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
project_id: '10431130345',
revision: '241',
client_name: 'ruby-sdk',
client_version: '3.9.0',
client_version: '3.10.0',
anonymize_ip: true,
enrich_decisions: true,
visitors: [{
Expand Down Expand Up @@ -208,7 +208,7 @@
project_id: '10431130345',
revision: '241',
client_name: 'ruby-sdk',
client_version: '3.9.0',
client_version: '3.10.0',
anonymize_ip: true,
enrich_decisions: true,
visitors: [{
Expand Down Expand Up @@ -321,7 +321,7 @@
project_id: '10431130345',
revision: '241',
client_name: 'ruby-sdk',
client_version: '3.9.0',
client_version: '3.10.0',
anonymize_ip: true,
enrich_decisions: true,
visitors: [{
Expand Down
0