Skip to content

Commit 2d7247e

Browse files
committed
Ruby/OpenSSL 3.2.1
1 parent d484254 commit 2d7247e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 3.2.1
2+
=============
3+
4+
Merged changes in 3.0.3.
5+
6+
17
Version 3.2.0
28
=============
39

lib/openssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenSSL
4-
VERSION = "3.2.0"
4+
VERSION = "3.2.1"
55
end

openssl.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "3.2.0"
3+
spec.version = "3.2.1"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["[email protected]"]
66
spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}

0 commit comments

Comments
 (0)