From 924ad13b827cded83f0f42de4e13479398a7fdbf Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Sat, 27 Jun 2020 16:33:30 -0300 Subject: [PATCH] Bump gem version to v2.3.0 --- CHANGELOG.md | 7 +++++++ lib/webauthn/version.rb | 2 +- spec/conformance/Gemfile.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7ab0cc..9f18441c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v2.3.0] - 2020-06-27 + +### Added + +- Ability to access extension outputs with `PublicKeyCredential#client_extension_outputs` and `PublicKeyCredential#authenticator_extension_outputs` ([@santiagorodriguez96]) + ## [v2.2.1] - 2020-06-06 ### Fixed @@ -288,6 +294,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 +[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/ [v2.1.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.0.0...v2.1.0/ diff --git a/lib/webauthn/version.rb b/lib/webauthn/version.rb index 8869df37..b9612517 100644 --- a/lib/webauthn/version.rb +++ b/lib/webauthn/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebAuthn - VERSION = "2.2.1" + VERSION = "2.3.0" end diff --git a/spec/conformance/Gemfile.lock b/spec/conformance/Gemfile.lock index a983a2ae..a3a7933f 100644 --- a/spec/conformance/Gemfile.lock +++ b/spec/conformance/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - webauthn (2.2.1) + webauthn (2.3.0) android_key_attestation (~> 0.3.0) awrence (~> 1.1) bindata (~> 2.4)