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 0b57842 commit b223cf7Copy full SHA for b223cf7
HISTORY
@@ -1,3 +1,8 @@
1
+=== 4.0.0 2019-05-15
2
+- Fix URL encoding
3
+- Propagate exception in Client.track
4
+- Add Circle build
5
+
6
=== 3.3.0 2018-07-31
7
- Add support for rescore_user and get_user_score APIs
8
lib/sift/version.rb
@@ -1,4 +1,4 @@
module Sift
- VERSION = "3.3.0"
+ VERSION = "4.0.0"
API_VERSION = "205"
end
0 commit comments