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 7083b96 commit 99512e4Copy full SHA for 99512e4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Optimizely Ruby SDK Changelog
2
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
9
## 3.3.0
10
September 26th, 2019
11
lib/optimizely/version.rb
@@ -17,5 +17,5 @@
17
#
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '3.3.0'
+ VERSION = '3.3.1'
21
end
0 commit comments