Skip to content

Commit 5a5a9a1

Browse files
chore: preparing for release 5.1.0
1 parent 69b2453 commit 5a5a9a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Ruby SDK Changelog
22

3+
## 5.1.0
4+
January 10th, 2025
5+
6+
Added support for batch processing in DecideAll and DecideForKeys, enabling more efficient handling of multiple decisions in the User Profile Service.([#353](https://github.com/optimizely/ruby-sdk/pull/353))
7+
38
## 5.0.1
49
February 8th, 2024
510

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 = '5.0.1'
20+
VERSION = '5.1.0'
2121
end

0 commit comments

Comments
 (0)