diff --git a/CHANGELOG.md b/CHANGELOG.md index d25de73..3ba8d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6cd16d3..4e017ee 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 83cedbb..b021f3c 100644 --- a/mix.exs +++ b/mix.exs @@ -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: