Skip to content

Commit eb0c6d6

Browse files
author
Michael Ng
authored
chore: Prepare 3.3.0 release. (#203)
1 parent e0e01a0 commit eb0c6d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

33
## 3.3.0
4-
September 20th, 2019
4+
September 26th, 2019
55

66
### New Features:
77
- Added non-typed `get_feature_variable` method ([#190](https://github.com/optimizely/ruby-sdk/pull/190)) as a more idiomatic approach to getting values of feature variables.

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

0 commit comments

Comments
 (0)