Skip to content

Commit 64605fc

Browse files
committed
bump version
1 parent da89a83 commit 64605fc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.21 Dec 31 2025
2+
- Use constant time comparisons
3+
- Mark as Ractor safe
4+
15
3.1.20 Nov 17 2023
26
- Limit packaged files -- decrease gem filesize by ~28% [GH #272 by @pusewicz]
37

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.20'
3+
s.version = '3.1.21'
44

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

0 commit comments

Comments
 (0)