Skip to content

Commit 1263f22

Browse files
chore: prepare for release 4.0.0 (#307)
1 parent c4ed888 commit 1263f22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Optimizely Ruby SDK Changelog
22

33

4-
## Unreleased
4+
## 4.0.0
5+
August 4, 2022
56

6-
### Changes:
7-
* Breaking change: Changed official supported versions of Ruby to 2.7, 3.0 and 3.1
7+
### Breaking Changes:
8+
* Changed official supported versions of Ruby to 2.7, 3.0 and 3.1
89

910
## 3.10.1
1011
February 2, 2022

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

0 commit comments

Comments
 (0)