From 934b7ab60ba68ce6b3afc2afc229390b6f6db2a5 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Thu, 16 Aug 2018 05:49:28 +0800 Subject: [PATCH] Fix names of Subscription exceptions. Closes #75 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f0faf..642c45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Changelog for Money v2.7.1 + +This is the changelog for Money v2.7.1 released on August 16th, 2018. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags) + +### Bug Fixes + +* Correct the name of the Subscription exception modules. Thanks to @Joe-noh. Closes #75. + # Changelog for Money v2.7.0 This is the changelog for Money v2.7.0 released on July 20th, 2018. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags) diff --git a/mix.exs b/mix.exs index f0c929d..af79f35 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Money.Mixfile do use Mix.Project - @version "2.7.0" + @version "2.7.1" def project do [