Skip to content

Commit

Permalink
Bump gem version to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Sep 3, 2020
1 parent 47c2293 commit bc3b693
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v2.4.0] - 2020-09-03

### Added

- Support for ES256K credentials
- `FakeClient#get` accepts `user_handle:` keyword argument ([@lgarron])

## [v2.3.0] - 2020-06-27

### Added
Expand Down Expand Up @@ -294,6 +301,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.4.0]: https://github.com/cedarcode/webauthn-ruby/compare/v2.3.0...v2.4.0/
[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/
Expand Down Expand Up @@ -329,3 +337,4 @@ Note: Both additions should help making it compatible with Chrome for Android 70
[@ssuttner]: https://github.com/ssuttner
[@padulafacundo]: https://github.com/padulafacundo
[@santiagorodriguez96]: https://github.com/santiagorodriguez96
[@lgarron]: https://github.com/lgarron
6 changes: 4 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

| Version | Supported |
| ------- | ------------------ |
| 2.4.z | :white_check_mark: |
| 2.3.z | :white_check_mark: |
| 2.2.z | :white_check_mark: |
| 2.1.z | :white_check_mark: |
| 2.0.z | :white_check_mark: |
| 2.1.z | :x: |
| 2.0.z | :x: |
| 1.18.z | :white_check_mark: |
| < 1.18 | :x: |

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 = "2.3.0"
VERSION = "2.4.0"
end
2 changes: 1 addition & 1 deletion spec/conformance/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
webauthn (2.3.0)
webauthn (2.4.0)
android_key_attestation (~> 0.3.0)
awrence (~> 1.1)
bindata (~> 2.4)
Expand Down

0 comments on commit bc3b693

Please sign in to comment.