We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe450dd commit f986c13Copy full SHA for f986c13
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Optimizely Ruby SDK Changelog
2
3
+## 5.2.1
4
+December 17th, 2025
5
+
6
+### New Features
7
+- Resolved issues with Holdout impression event handling and notification delivery. ([#382](https://github.com/optimizely/ruby-sdk/pull/382))
8
9
10
## 5.2.0
11
November 13th, 2025
12
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '5.2.0'
+ VERSION = '5.2.1'
21
end
0 commit comments