Skip to content

Commit

Permalink
Ruby/OpenSSL 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Dec 18, 2024
1 parent d484254 commit 2d7247e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 3.2.1
=============

Merged changes in 3.0.3.


Version 3.2.0
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/openssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenSSL
VERSION = "3.2.0"
VERSION = "3.2.1"
end
2 changes: 1 addition & 1 deletion openssl.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "3.2.0"
spec.version = "3.2.1"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["[email protected]"]
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}
Expand Down

0 comments on commit 2d7247e

Please sign in to comment.