Skip to content

Commit

Permalink
[release] prepare for 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Apr 13, 2023
1 parent 47b5d34 commit ada944e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.14.1 (DEV)
## 0.14.1

* Revert "[fix] handle potential buffer overflow on write" (#242)
* [refactor] improve performance of Diffie-Hellman key exchange (#272)
* Try to use JDK console to prompt for pass (#270)
* [fix] for PKCS8 EC private key support (#267)
* ~~"[fix] handle potential buffer overflow on write" (#242)~~

## 0.14.1 (CR2)

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.1.dev'
VERSION = '0.14.1'
BOUNCY_CASTLE_VERSION = '1.71'
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.1.dev-SNAPSHOT</version>
<version>0.14.1</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 ada944e

Please sign in to comment.