diff --git a/History.md b/History.md index 1f068014..40945a18 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +## 0.15.1 + +* [deps] upgrade BC to version 1.78.1 + ## 0.15.0 This version upgraded to latest Bouncy-Castle (1.78) and the minimum supported diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index da75b130..46864634 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module JOpenSSL - VERSION = '0.15.1.dev' + VERSION = '0.15.1' BOUNCY_CASTLE_VERSION = '1.78.1' end diff --git a/pom.xml b/pom.xml index 4003dd8f..d3de1788 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.15.1.dev-SNAPSHOT + 0.15.1 gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.