Skip to content

Commit

Permalink
[release] prepare for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 13, 2022
1 parent def8609 commit dc65327
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.13.0

* [fix] ASN1::EndOfContent ancestor hierarchy (#228)
* [fix] handle X509::Name type conversion (#206)
* [fix] handle invalid type when creating `X509::Name`
* [fix] `OpenSSL::X509::Name#inspect` compatibility
* [fix] escaping with `OpenSSL::X509::Name::RFC2253`
* [feat] implement `OpenSSL::X509::Name#to_utf8`
* [fix] compat missing `OpenSSL::SSL::OP_NO_TLSv1_3`
* [refactor] performance - do not encode/decode cert objects
* [fix] make sure `Context.ciphers` are not mutated (#219)
* [feat] support `to_java` conversion for CRL
* [feat] support `to_java` protocol for PKey (#250)

## 0.12.2

* [fix] work-around JRuby 9.2 autoload behavior (#248)
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.12.3.dev'
VERSION = '0.13.0'
BOUNCY_CASTLE_VERSION = '1.68'
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.12.3.dev-SNAPSHOT</version>
<version>0.13.0</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 dc65327

Please sign in to comment.