Skip to content

Commit

Permalink
Bump gem version to v.2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliomartinezlm committed Mar 20, 2022
1 parent 4d76b1e commit 0ae9489
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

- Ability to define multiple relying parties with the introduction of the `WebAuthn::RelyingParty` class ([@padulafacundo], [@brauliomartinezlm])

## [v2.5.1] - 2022-03-20

### Added

- Updated openssl support to be ~>2.2 [@bdewater]

### Removed

- Removed dependency [secure_compare dependency] (https://rubygems.org/gems/secure_compare/versions/0.0.1) and use OpenSSL#secure_compare instead [@bdewater]

## [v2.5.0] - 2021-03-14

### Added
Expand Down Expand Up @@ -325,6 +335,7 @@ Note: Both additions should help making it compatible with Chrome for Android 70
- Works with ruby 2.5

[v3.0.0.alpha1]: https://github.com/cedarcode/webauthn-ruby/compare/2-stable...v3.0.0.alpha1/
[v2.5.1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.5.0...v2.5.1/
[v2.5.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.4.1...v2.5.0/
[v2.4.1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.4.0...v2.4.1/
[v2.4.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.3.0...v2.4.0/
Expand Down Expand Up @@ -367,3 +378,5 @@ Note: Both additions should help making it compatible with Chrome for Android 70
[@lgarron]: https://github.com/lgarron
[@juanarias93]: https://github.com/juanarias93
[@kingjan1999]: https://github.com/@kingjan1999
[@jdongelmans]: https://github.com/jdongelmans
[@petergoldstein]: https://github.com/petergoldstein
2 changes: 1 addition & 1 deletion lib/webauthn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebAuthn
VERSION = "2.5.0"
VERSION = "2.5.1"
end
8 changes: 5 additions & 3 deletions spec/conformance/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
webauthn (2.5.0)
webauthn (2.5.1)
android_key_attestation (~> 0.3.0)
awrence (~> 1.1)
bindata (~> 2.4)
Expand All @@ -17,19 +17,21 @@ GEM
android_key_attestation (0.3.0)
awrence (1.2.1)
backports (3.15.0)
bindata (2.4.8)
bindata (2.4.10)
byebug (11.0.1)
cbor (0.5.9.6)
cose (1.2.0)
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
fido_metadata (0.4.0)
jwt (~> 2.0)
ipaddr (1.2.4)
jwt (2.2.1)
multi_json (1.14.1)
mustermann (1.1.0)
ruby2_keywords (~> 0.0.1)
openssl (2.2.0)
openssl (2.2.1)
ipaddr
openssl-signature_algorithm (1.1.1)
openssl (~> 2.0)
rack (2.0.8)
Expand Down

0 comments on commit 0ae9489

Please sign in to comment.