From 8fe60cd669fa02e0cce426aec74db38c2eb5a211 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:32:28 +0200 Subject: [PATCH] chore(main): release 2.0.1 (#966) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb83e82d2..ba9501f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.0.0...v2.0.1) (2024-10-20) + + +### Bug Fixes + +* replace remaining station url ids with uuid, fix discord error spam ([#965](https://github.com/ubuntu-flutter-community/musicpod/issues/965)) ([04a0b5c](https://github.com/ubuntu-flutter-community/musicpod/commit/04a0b5cfdc1514910045aaa6312fb7fe6e463259)) + ## [2.0.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.12.0...v2.0.0) (2024-10-20) diff --git a/pubspec.yaml b/pubspec.yaml index f638e7bd5..58dd73037 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 2.0.0 +version: 2.0.1 publish_to: "none"