Skip to content

Commit

Permalink
Bump to v0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Jun 14, 2021
1 parent f0e3e29 commit 47520bf
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.14.0

- Add `cancellation_date` & `cancellation_reason` to `IAPReceipt` (https://github.com/linjunpop/receipt_verifier/pull/13)
- Update fields per the updated official doc: https://developer.apple.com/documentation/appstorereceipts/verifyreceipt

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 @@ Simply add `receipt_verifier` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:receipt_verifier, "~> 0.13"},
{:receipt_verifier, "~> 0.14"},
{:jason, "~> 1.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 ReceiptVerifier.Mixfile do
use Mix.Project

@version "0.13.1"
@version "0.14.0"
@url "https://github.com/linjunpop/receipt_verifier"

def project do
Expand Down

0 comments on commit 47520bf

Please sign in to comment.