Skip to content

Commit

Permalink
(NR) Adds release notes and bumps version (#71)
Browse files Browse the repository at this point in the history
* Adds release notes and bumps version

* Fixes date
  • Loading branch information
garylee1 authored May 15, 2019
1 parent 0b57842 commit b223cf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.0.0 2019-05-15
- Fix URL encoding
- Propagate exception in Client.track
- Add Circle build

=== 3.3.0 2018-07-31
- Add support for rescore_user and get_user_score APIs

Expand Down
2 changes: 1 addition & 1 deletion lib/sift/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Sift
VERSION = "3.3.0"
VERSION = "4.0.0"
API_VERSION = "205"
end

0 comments on commit b223cf7

Please sign in to comment.