From 47520bfd26889fd0028df62b8e441c1bb3d88f45 Mon Sep 17 00:00:00 2001 From: Jun Lin Date: Mon, 14 Jun 2021 16:16:54 +0800 Subject: [PATCH] Bump to v0.14.0. --- CHANGELOG.md | 2 ++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f9a66..109f203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index cd78e65..c691963 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mix.exs b/mix.exs index 58f79f7..6f2b986 100644 --- a/mix.exs +++ b/mix.exs @@ -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