Skip to content

Commit

Permalink
Merge pull request #21 from kipcole9/master
Browse files Browse the repository at this point in the history
Update changelog for version 1.0
  • Loading branch information
kipcole9 authored Oct 18, 2021
2 parents 60136f7 + e572fec commit 2dfc5c3
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 Tz_World v1.0.0

This is the changelog for Tz_World v1.0.0 released on October 19th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/kimlai/tz_world/tags)

### Enhancements

* Update to version 1.0.0 since the API has been stable for a year.

# Changelog for Tz_World v0.7.1

This is the changelog for Tz_World v0.7.1 released on November 6th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/kimlai/tz_world/tags)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule TzWorld.Mixfile do
"LICENSE.md",
"CHANGELOG.md"
],
skip_undefined_reference_warnings_on: ["changelog"]
skip_undefined_reference_warnings_on: ["CHANGELOG.md", "README.md"]
]
end
end

0 comments on commit 2dfc5c3

Please sign in to comment.