Skip to content

Commit a387806

Browse files
committed
Bump to v0.5.0.
1 parent aabbc2e commit a387806

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.5.0
6+
57
- Regenerate the `ReceiptModule` with `:asn1` 5.0.16.
68
- Update minimal requirement to OTP 21 & Elixir 1.10.
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:receipt_decoder, "~> 0.4.0"}
17+
{:receipt_decoder, "~> 0.5.0"}
1818
]
1919
end
2020
```

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.4.0"
4+
@version "0.5.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)