Skip to content

Commit 3d6ac65

Browse files
authored
Update change log for version 1.1.0 (#31)
1 parent 757a100 commit 3d6ac65

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------------------
2+
1.1.0
3+
* Introduce support for event tags.
4+
* Add optional eventTags argument to track method signature.
5+
* Deprecating optional eventValue argument in track method signature.
6+
-------------------------------------------------------------------------------
7+
18
-------------------------------------------------------------------------------
29
1.0.2
310
* Change HTTParty version requirement to ~> 0.11, allowing HTTParty v0.14 (thanks @gaganawhad!)

lib/optimizely/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2016, Optimizely and contributors
2+
# Copyright 2016-2017, Optimizely and contributors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616
module Optimizely
17-
VERSION = '1.0.2'.freeze
17+
VERSION = '1.1.0'.freeze
1818
end

0 commit comments

Comments
 (0)