Skip to content

Commit

Permalink
Merge branch 'release/0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Oct 7, 2015
2 parents 31c8f10 + bc6c2c6 commit 44abe7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.2 (2015-xx-xx)
--------------------------
Started loading SecureRandom, thanks @kazjote! (#87)

Version 0.5.1 (2015-10-01)
--------------------------
Started using UUID implementation from SecureRandom in the Ruby Standard Library, thanks @kazjote! (#85)
Expand Down
1 change: 1 addition & 0 deletions lib/snowplow-tracker/tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# License:: Apache License Version 2.0

require 'contracts'
require 'securerandom'
require 'set'

module SnowplowTracker
Expand Down
2 changes: 1 addition & 1 deletion lib/snowplow-tracker/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# License:: Apache License Version 2.0

module SnowplowTracker
VERSION = '0.5.1'
VERSION = '0.5.2'
TRACKER_VERSION = "rb-#{VERSION}"
end

0 comments on commit 44abe7e

Please sign in to comment.