From d8605c51b214d9bafb862f3c93d8b8da63a92c88 Mon Sep 17 00:00:00 2001 From: metalex9 Date: Sun, 24 Mar 2019 16:35:44 -0500 Subject: [PATCH] Update readme --- docs/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5bb885a..f8057ae 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2019-03-24 + ### Fixed - Quickly switching between pieces while music is playing should no longer allow multiple pieces to play simultaneously @@ -179,7 +181,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.10.1...HEAD +[unreleased]: https://github.com/generative-music/generative.fm/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/generative-music/generative.fm/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/generative-music/generative.fm/compare/v0.9.0...v0.10.1 [0.10.0]: https://github.com/generative-music/generative.fm/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/generative-music/generative.fm/compare/v0.8.1...v0.9.0