Skip to content

Commit ada944e

Browse files
committed
[release] prepare for 0.14.1
1 parent 47b5d34 commit ada944e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

History.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 0.14.1 (DEV)
1+
## 0.14.1
22

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

58
## 0.14.1 (CR2)
69

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.1.dev'
2+
VERSION = '0.14.1'
33
BOUNCY_CASTLE_VERSION = '1.71'
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.1.dev-SNAPSHOT</version>
14+
<version>0.14.1</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)