From 9eab0384bfa13ff0375e9c902624e6749e515af0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:11:09 +0200 Subject: [PATCH] chore(main): release 2.0.2 (#968) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"