diff --git a/CHANGELOG.md b/CHANGELOG.md index 2846410..208fdce 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.9.0...master) +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.10.0...master) + + +## [0.10.0](https://github.com/thebigmunch/audio-metadata/releases/tag/0.10.0) (2020-04-08) + +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.9.0...0.10.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 2c9dfd0..b66820c 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.9.0" +version = "0.10.0" license = "MIT"