Skip to content

Commit

Permalink
bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritou committed Dec 3, 2023
1 parent dde0f59 commit cd3c348
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.0 (2023-12-04)

* Use external CBOR library
* Add handling of ED flags (thanks to k-asm)

## 0.4.0 (2023-09-29)

* Support BE, BS flags
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.4"}
{:web_authn_lite, "~> 0.5"}
]
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.4.0",
version: "0.5.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description:
Expand Down

0 comments on commit cd3c348

Please sign in to comment.