Skip to content

Commit ed1a2da

Browse files
committed
Bump to v0.6.0.
1 parent cb9fc1c commit ed1a2da

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## v0.6.0
6+
57
- Support SHA256 signatures(with a fallback to SHA) in `ReceiptDecoder.Verifier`
68
- Require Elixir 1.13.
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ of dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:receipt_decoder, "~> 0.5.0"}
19+
{:receipt_decoder, "~> 0.6.0"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ReceiptDecoder.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.6.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)