diff --git a/History.md b/History.md
index e5a4c3bd..e61e7d20 100644
--- a/History.md
+++ b/History.md
@@ -1,6 +1,15 @@
+## 0.14.6
+
+* [compat] OpenSSL::ConfigError and DEFAULT_CONFIG_FILE (#304)
+* [fix] `OpenSSL::PKey::DH#set_pqg` regression (#300)
+* Convert `IOException` to Ruby exception correctly (#242)
+* [refactor] add exception debugging within SSLSocket#waitSelect
+* [fix] sync `SSLContext#setup` as it could be shared (#302)
+* [refactor] organize i-var sets (set `@context` after setup)
+
## 0.14.5
-* [fix] OpenSSL::X509::Request#verify with DSA public key
+* [fix] `OpenSSL::X509::Request#verify` with DSA public key
(this was a regression introduced in JOSSL 0.14.4)
## 0.14.4
diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb
index b4fb119a..68a4b385 100644
--- a/lib/jopenssl/version.rb
+++ b/lib/jopenssl/version.rb
@@ -1,5 +1,5 @@
module JOpenSSL
- VERSION = '0.14.6.dev'
+ VERSION = '0.14.6'
BOUNCY_CASTLE_VERSION = '1.74'
end
diff --git a/pom.xml b/pom.xml
index a1bc0f91..f4ed3e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
4.0.0
rubygems
jruby-openssl
- 0.14.6.dev-SNAPSHOT
+ 0.14.6
gem
JRuby OpenSSL
JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.