From 58d4c948fa36cc3b073122c8e52b65909afe8ab4 Mon Sep 17 00:00:00 2001 From: Scott Newcomer Date: Wed, 25 Sep 2019 14:50:16 -0700 Subject: [PATCH] CHANGELOG 2.7 (#547) --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67aaf57a..9f1a8ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Latest +## 2.7.0 + +- 💜 @ishikawa [Add idempotent requests](https://github.com/code-corps/stripity_stripe/pull/546) +- [Fix source amount field type](https://github.com/code-corps/stripity_stripe/pull/545) + ## 2.6.0 - [Add support for SetupIntent](https://github.com/code-corps/stripity_stripe/pull/522) diff --git a/mix.exs b/mix.exs index 7741799b..f465288c 100644 --- a/mix.exs +++ b/mix.exs @@ -20,7 +20,7 @@ defmodule Stripe.Mixfile do "coveralls.html": :test ], test_coverage: [tool: ExCoveralls], - version: "2.6.0", + version: "2.7.0", source_url: "https://github.com/code-corps/stripity_stripe/", docs: [ main: "readme",