From b54d37b12467fef4710bf400745956257a5e7f36 Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Sat, 27 Jun 2020 17:46:19 -0300 Subject: [PATCH] Bump gem version to v3.0.0.alpha1 --- CHANGELOG.md | 8 ++++++++ lib/webauthn/version.rb | 2 +- spec/conformance/Gemfile.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f18441c..f22d00a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v3.0.0.alpha1] - 2020-06-27 + +### Added + +- Ability to define multiple relying parties with the introduction of the `WebAuthn::RelyingParty` class ([@padulafacundo], [@brauliomartinezlm]) + ## [v2.3.0] - 2020-06-27 ### Added @@ -294,6 +300,7 @@ Note: Both additions should help making it compatible with Chrome for Android 70 - `WebAuthn::AuthenticatorAttestationResponse.valid?` can be used to validate fido-u2f attestations returned by the browser - Works with ruby 2.5 +[v3.0.0.alpha1]: https://github.com/cedarcode/webauthn-ruby/compare/2-stable...v3.0.0.alpha1/ [v2.3.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.2.1...v2.3.0/ [v2.2.1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.2.0...v2.2.1/ [v2.2.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.1.0...v2.2.0/ @@ -321,6 +328,7 @@ Note: Both additions should help making it compatible with Chrome for Android 70 [v0.2.0]: https://github.com/cedarcode/webauthn-ruby/compare/v0.1.0...v0.2.0/ [v0.1.0]: https://github.com/cedarcode/webauthn-ruby/compare/v0.0.0...v0.1.0/ +[@brauliomartinezlm]: https://github.com/brauliomartinezlm [@bdewater]: https://github.com/bdewater [@jdongelmans]: https://github.com/jdongelmans [@kalebtesfay]: https://github.com/kalebtesfay diff --git a/lib/webauthn/version.rb b/lib/webauthn/version.rb index b9612517..b90cad83 100644 --- a/lib/webauthn/version.rb +++ b/lib/webauthn/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebAuthn - VERSION = "2.3.0" + VERSION = "3.0.0.alpha1" end diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index a3a7933f..0ffa3918 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - webauthn (2.3.0) + webauthn (3.0.0.alpha1) android_key_attestation (~> 0.3.0) awrence (~> 1.1) bindata (~> 2.4)