Skip to content

Commit 99512e4

Browse files
author
Michael Ng
authored
chore: Prepare 3.3.1 release. (#210)
1 parent 7083b96 commit 99512e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.3.1
4+
October 10th, 2019
5+
6+
### Bug Fixes:
7+
- Include LICENSE file in built gem ([#208](https://github.com/optimizely/ruby-sdk/pull/190)) as per rubygems guidelines around license files.
8+
39
## 3.3.0
410
September 26th, 2019
511

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

0 commit comments

Comments
 (0)