Skip to content

Commit 1434dbf

Browse files
bump version and update changelog (#328)
1 parent da4e9cf commit 1434dbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 4.0.1
4+
March 13th, 2023
5+
6+
We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#327](https://github.com/optimizely/ruby-sdk/pull/327))
37

48
## 4.0.0
59
August 4, 2022

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 = '4.0.0'
20+
VERSION = '4.0.1'
2121
end

0 commit comments

Comments
 (0)