Skip to content

Commit

Permalink
bumping version / updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 22, 2023
1 parent d4e4813 commit 31458e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased:
3.1.19 June 22 2023
- Deprecate passing the third argument to `BCrypt::Engine.hash_secret` [GH #207 by @sergey-alekseev]
- Add GC guards so the C compiler won't optimize out references [GH #270]

3.1.18 May 16 2022
- Unlock GVL when calculating hashes and salts [GH #260]
Expand Down
2 changes: 1 addition & 1 deletion bcrypt.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
s.version = '3.1.18'
s.version = '3.1.19'

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

0 comments on commit 31458e7

Please sign in to comment.