diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d150e7..02a80a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased](https://github.com/thebigmunch/audio-metadata/tree/master) -[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.6.0...master) +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.7.0...master) + + +## [0.7.0](https://github.com/thebigmunch/audio-metadata/releases/tag/0.7.0) (2020-02-17) + +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.6.0...0.7.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 071daf1..7d9c283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "audio-metadata" description = "A library for reading and, in the future, writing metadata from audio files." -version = "0.6.0" +version = "0.7.0" license = "MIT"