Skip to content

Commit 055f575

Browse files
committed
[release] prepare for 0.14.3
1 parent 892eb6c commit 055f575

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.14.3
2+
3+
* [fix] SSLSocket#alpn_protocol to be nil when not used (#287)
4+
* [feat] try resolving curve-name from EC public key
5+
* [feat] implement missing PKey::EC#dsa_verify_asn1 (#241)
6+
* [feat] implement support for PKey::EC.generate (#255)
7+
* [refactor] make sure curveName is set when using PKey.read (#289)
8+
* [fix] add Cipher#auth_data(arg) override (Rails 7.x compatibility) (#290)
9+
* [fix] raise TypeError when arg not of expected type (jruby/jruby#7875)
10+
111
## 0.14.2
212

313
* [deps] upgrade BC to latest 1.74

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.14.3.dev'
2+
VERSION = '0.14.3'
33
BOUNCY_CASTLE_VERSION = '1.74'
44
end
55

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.14.3.dev-SNAPSHOT</version>
14+
<version>0.14.3</version>
1515
<packaging>gem</packaging>
1616
<name>JRuby OpenSSL</name>
1717
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)