Skip to content

Commit 75b3732

Browse files
committed
prepare for 0.10.4
1 parent 3fcb433 commit 75b3732

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.10.4
2+
3+
* Use CertificateFactory.getInstance rather than reflection
4+
eliminates one of the module warnings we have been seeing (#161)
5+
16
## 0.10.3
27

38
* [fix] implement (missing) PKey::DSA#params

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.10.3'
2+
VERSION = '0.10.4'
33
BOUNCY_CASTLE_VERSION = '1.62'
44
end
55

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.10.3</version>
14+
<version>0.10.4</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)