Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritou committed May 9, 2024
1 parent fd80fc0 commit f90e0f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0 (2024-05-09)

* Update AAGUID json file for passkeys

## 0.5.0 (2023-12-04)

* Use external CBOR library
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `web_authn_lite` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:web_authn_lite, "~> 0.5"}
{:web_authn_lite, "~> 0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule WebAuthnLite.MixProject do
def project do
[
app: :web_authn_lite,
version: "0.5.0",
version: "0.6.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description:
Expand Down

0 comments on commit f90e0f9

Please sign in to comment.