Skip to content

Commit

Permalink
Bump gem version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliomartinezlm committed Feb 15, 2023
1 parent a0a19ed commit 974c583
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.0.0] - 2023-02-15

### Added

- Add the capability of handling appid extension #319 [@santiagorodriguez96]
- Add support for credential backup flags #378 [@santiagorodriguez96]
- Update dependencies to make gem compatible with OpenSSL 3.1 ([@bdewater],[@santiagorodriguez96])

## [v3.0.0.alpha2] - 2022-09-12

### Added
Expand Down Expand Up @@ -350,6 +358,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]: https://github.com/cedarcode/webauthn-ruby/compare/2-stable...v3.0.0/
[v3.0.0.alpha2]: https://github.com/cedarcode/webauthn-ruby/compare/2-stable...v3.0.0.alpha2/
[v3.0.0.alpha1]: https://github.com/cedarcode/webauthn-ruby/compare/v2.3.0...v3.0.0.alpha1
[v2.5.2]: https://github.com/cedarcode/webauthn-ruby/compare/v2.5.1...v2.5.2/
Expand Down
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 = "3.0.0.alpha2"
VERSION = "3.0.0"
end

0 comments on commit 974c583

Please sign in to comment.