diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 67d19f3..9ec34f7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +(none) + +## [0.14.0] - 2019-04-21 + ### Added - Users can now generate recordings of pieces @@ -228,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sound files will no longer be fetched and cached during service worker installation. They'll be cached once they are fetched for the first time. This significantly reduces cache usage since only one audio format is used per client. -[unreleased]: https://github.com/generative-music/generative.fm/compare/v0.13.1...HEAD +[unreleased]: https://github.com/generative-music/generative.fm/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/generative-music/generative.fm/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/generative-music/generative.fm/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/generative-music/generative.fm/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/generative-music/generative.fm/compare/v0.11.1...v0.12.0