Skip to content

Commit 9bbe6b8

Browse files
authored
Prepare for 1.2.0 release (#43)
1 parent 4f11dbf commit 9bbe6b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------------------
2+
1.2.0
3+
* Remove support for datafile version 1.
4+
* Refactor order of bucketing operations.
5+
* Always use Event Builder V2.
6+
-------------------------------------------------------------------------------
7+
18
-------------------------------------------------------------------------------
29
1.1.2
310
* Send name of event tags instead of event ID.

lib/optimizely/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616
module Optimizely
17-
VERSION = '1.1.2'.freeze
17+
VERSION = '1.2.0'.freeze
1818
end

0 commit comments

Comments
 (0)