diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9501f2f..1bd34339d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.0.1...v2.0.2) (2024-10-21) + + +### Bug Fixes + +* only display discord events on connect and only if enabled ([#967](https://github.com/ubuntu-flutter-community/musicpod/issues/967)) ([5913d03](https://github.com/ubuntu-flutter-community/musicpod/commit/5913d03bd2b122ddf96f1bbe258b916420b797d3)) + ## [2.0.1](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.0.0...v2.0.1) (2024-10-20) diff --git a/pubspec.yaml b/pubspec.yaml index 58dd73037..4785f656e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 2.0.1 +version: 2.0.2 publish_to: "none"