From 2d7247ee16c581ae5b90896b460ea17f666d12a4 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Wed, 18 Dec 2024 20:57:22 +0900 Subject: [PATCH] Ruby/OpenSSL 3.2.1 --- History.md | 6 ++++++ lib/openssl/version.rb | 2 +- openssl.gemspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 697293185..338565ed1 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +Version 3.2.1 +============= + +Merged changes in 3.0.3. + + Version 3.2.0 ============= diff --git a/lib/openssl/version.rb b/lib/openssl/version.rb index 9315a7938..2c52cf62e 100644 --- a/lib/openssl/version.rb +++ b/lib/openssl/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenSSL - VERSION = "3.2.0" + VERSION = "3.2.1" end diff --git a/openssl.gemspec b/openssl.gemspec index 2765f5540..6bc51fe02 100644 --- a/openssl.gemspec +++ b/openssl.gemspec @@ -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 = ["ruby-core@ruby-lang.org"] spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby}