Skip to content

Commit

Permalink
Bump to v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Sep 7, 2023
1 parent cb9fc1c commit ed1a2da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## v0.6.0

- Support SHA256 signatures(with a fallback to SHA) in `ReceiptDecoder.Verifier`
- Require Elixir 1.13.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ of dependencies in `mix.exs`:
```elixir
def deps do
[
{:receipt_decoder, "~> 0.5.0"}
{:receipt_decoder, "~> 0.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ReceiptDecoder.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit ed1a2da

Please # to comment.