We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f11dbf commit 9bbe6b8Copy full SHA for 9bbe6b8
CHANGELOG
@@ -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
+
8
-------------------------------------------------------------------------------
9
1.1.2
10
* Send name of event tags instead of event ID.
lib/optimizely/version.rb
@@ -14,5 +14,5 @@
14
# limitations under the License.
15
#
16
module Optimizely
17
- VERSION = '1.1.2'.freeze
+ VERSION = '1.2.0'.freeze
18
end
0 commit comments