diff --git a/History.md b/History.md
index 980b6b01..c18ae95b 100644
--- a/History.md
+++ b/History.md
@@ -1,6 +1,8 @@
## 0.14.2
* [deps] upgrade BC to latest 1.74
+* [fix] for CRL verify when signed with EC key (#276)
+* [fix] OpenSSL::X509::Certificate#public_key raises for EC keys (#273)
## 0.14.1
diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb
index 2b409044..bb14fc46 100644
--- a/lib/jopenssl/version.rb
+++ b/lib/jopenssl/version.rb
@@ -1,5 +1,5 @@
module JOpenSSL
- VERSION = '0.14.2.dev'
+ VERSION = '0.14.2'
BOUNCY_CASTLE_VERSION = '1.74'
end
diff --git a/pom.xml b/pom.xml
index b2de4f09..a45ac697 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
4.0.0
rubygems
jruby-openssl
- 0.14.2.dev-SNAPSHOT
+ 0.14.2
gem
JRuby OpenSSL
JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.