diff --git a/CHANGELOG.md b/CHANGELOG.md index cea29c0b..3a060b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.17.1 + +- fix(deps): 🚚 move `test` to dev_dependencies [#441](https://github.com/albertms10/music_notes/pull/441) + +**Full Changelog**: [`v0.17.0...v0.17.1`](https://github.com/albertms10/music_notes/compare/v0.17.0...v0.17.1) + ## 0.17.0 - refactor!(key_signature): ♻️ rewrite `keys` method to return a Map [#401](https://github.com/albertms10/music_notes/pull/401) diff --git a/pubspec.yaml b/pubspec.yaml index d46dd304..73aa26cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: music_notes description: Comprehensive set of utilities for working with music theory concepts. -version: 0.17.0 +version: 0.17.1 repository: https://github.com/albertms10/music_notes.git