diff --git a/History.md b/History.md index 14ac7744..ea6719a3 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 66dfb1aa..46dc797d 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module JOpenSSL - VERSION = '0.14.1.dev' + VERSION = '0.14.1' BOUNCY_CASTLE_VERSION = '1.71' end diff --git a/pom.xml b/pom.xml index 03e27f29..ff6115fc 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.14.1.dev-SNAPSHOT + 0.14.1 gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.