File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
-------------------------------------------------------------------------------
2
9
1.0.2
3
10
* Change HTTParty version requirement to ~> 0.11, allowing HTTParty v0.14 (thanks @gaganawhad!)
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2016, Optimizely and contributors
2
+ # Copyright 2016-2017 , Optimizely and contributors
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
14
14
# limitations under the License.
15
15
#
16
16
module Optimizely
17
- VERSION = '1.0.2 ' . freeze
17
+ VERSION = '1.1.0 ' . freeze
18
18
end
You can’t perform that action at this time.
0 commit comments