Skip to content

Commit

Permalink
[release] prepare for 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Feb 13, 2024
1 parent 892eb6c commit 055f575
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.14.3

* [fix] SSLSocket#alpn_protocol to be nil when not used (#287)
* [feat] try resolving curve-name from EC public key
* [feat] implement missing PKey::EC#dsa_verify_asn1 (#241)
* [feat] implement support for PKey::EC.generate (#255)
* [refactor] make sure curveName is set when using PKey.read (#289)
* [fix] add Cipher#auth_data(arg) override (Rails 7.x compatibility) (#290)
* [fix] raise TypeError when arg not of expected type (jruby/jruby#7875)

## 0.14.2

* [deps] upgrade BC to latest 1.74
Expand Down
2 changes: 1 addition & 1 deletion lib/jopenssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module JOpenSSL
VERSION = '0.14.3.dev'
VERSION = '0.14.3'
BOUNCY_CASTLE_VERSION = '1.74'
end

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.14.3.dev-SNAPSHOT</version>
<version>0.14.3</version>
<packaging>gem</packaging>
<name>JRuby OpenSSL</name>
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
Expand Down

0 comments on commit 055f575

Please sign in to comment.