Skip to content

Commit

Permalink
Version bump to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Jan 29, 2015
1 parent e213265 commit 1f9184a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -76,3 +76,6 @@

3.1.9 Oct 23 2014
- Rebuild corrupt binaries

3.1.10 Jan 28 2015
- Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bcrypt (3.1.9)
bcrypt (3.1.10)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion bcrypt.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
s.version = '3.1.9'
s.version = '3.1.10'

s.summary = "OpenBSD's bcrypt() password hashing algorithm."
s.description = <<-EOF
Expand Down

0 comments on commit 1f9184a

Please sign in to comment.