Skip to content

Commit 31458e7

Browse files
committed
bumping version / updating changelog
1 parent d4e4813 commit 31458e7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Unreleased:
1+
3.1.19 June 22 2023
22
- Deprecate passing the third argument to `BCrypt::Engine.hash_secret` [GH #207 by @sergey-alekseev]
3+
- Add GC guards so the C compiler won't optimize out references [GH #270]
34

45
3.1.18 May 16 2022
56
- Unlock GVL when calculating hashes and salts [GH #260]

bcrypt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'bcrypt'
3-
s.version = '3.1.18'
3+
s.version = '3.1.19'
44

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

0 commit comments

Comments
 (0)