Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Nov 3, 2011
1 parent e39e5e1 commit a8f3d4f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,19 @@
## 1.2.0, released 2011-11-03

[full changelog](http://github.com/envylabs/openssl-extensions/compare/v1.1.0...v1.2.0)

**Enhancements**

* Extended OpenSSL::BN to provide a #to_hex helper, a shortcut for to_s(16) \[[pyrat](https://github.com/pyrat)\]
* Extended OpenSSL::X509::Certificate, adding #authority_info_access and #crl_distribution_points methods \[[pyrat](https://github.com/pyrat)\]

## 1.1.0, released 2011-01-20

* Extended OpenSSL::PKey::PKey to add equality methods.
[full changelog](http://github.com/envylabs/openssl-extensions/compare/v1.0.0...v1.1.0)

**Enhancements**

* Extended OpenSSL::PKey::PKey to add equality methods

## 1.0.0, released 2011-01-17

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openssl-extensions (1.1.0)
openssl-extensions (1.2.0)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/openssl-extensions/version.rb
@@ -1,3 +1,3 @@
module OpenSSLExtensions
Version = '1.1.0'
Version = '1.2.0'
end

0 comments on commit a8f3d4f

Please sign in to comment.