Skip to content

Commit b223cf7

Browse files
authored
(NR) Adds release notes and bumps version (#71)
* Adds release notes and bumps version * Fixes date
1 parent 0b57842 commit b223cf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
=== 3.3.0 2018-07-31
27
- Add support for rescore_user and get_user_score APIs
38

lib/sift/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Sift
2-
VERSION = "3.3.0"
2+
VERSION = "4.0.0"
33
API_VERSION = "205"
44
end

0 commit comments

Comments
 (0)