Skip to content

Commit

Permalink
Fix names of Subscription exceptions. Closes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Aug 15, 2018
1 parent 36aadd6 commit 934b7ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 Money.Mixfile do
use Mix.Project

@version "2.7.0"
@version "2.7.1"

def project do
[
Expand Down

0 comments on commit 934b7ab

Please sign in to comment.