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

Commit

Permalink
1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jun 11, 2013
1 parent 0f5fc19 commit 6efb4d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [HEAD][unreleased] / unreleased

* No significant changes.

## [1.2.1][v1.2.1] / 2013-06-11

* Fix strength calculation with X509 certificates encrypted with DSA keys.
* Loosen the RSpec dependency requirements to ~> 2.x.
* Fix failing specs in CRL distribution points.
Expand All @@ -26,7 +30,8 @@
OpenSSLExtensions::X509::AuthorityKeyIdentifier


[unreleased]: https://github.com/envylabs/openssl-extensions/compare/v1.2.0...master
[unreleased]: https://github.com/envylabs/openssl-extensions/compare/v1.2.1...master
[v1.2.1]: https://github.com/envylabs/openssl-extensions/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/envylabs/openssl-extensions/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/envylabs/openssl-extensions/compare/v1.0.0...v1.1.0

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

0 comments on commit 6efb4d3

Please sign in to comment.