From b38d01ca63eebcf778b608a5213a23161289cae4 Mon Sep 17 00:00:00 2001 From: metalex9 Date: Sun, 11 Aug 2019 08:13:27 -0500 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 089ed18..73d30a7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -428,7 +428,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/v1.6.1...HEAD +[unreleased]: https://github.com/generative-music/generative.fm/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/generative-music/generative.fm/compare/v1.6.1...v1.7.0 [1.6.1]: https://github.com/generative-music/generative.fm/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/generative-music/generative.fm/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/generative-music/generative.fm/compare/v1.4.0...v1.5.0