Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm authored and mloughran committed Jan 16, 2015
1 parent e0db71e commit a1fe7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

0.1.8 / 2015-01-16
==================

* SECURITY: Perform constant time string comparison when validating signatures
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
signature (0.1.7)
signature (0.1.8)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/signature/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Signature
VERSION = "0.1.7"
VERSION = "0.1.8"
end

0 comments on commit a1fe7d5

Please sign in to comment.