From 73fe26b1784f4243e9049f6141d142be28667f99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:23:49 +0000 Subject: [PATCH] chore(main): release 2.7.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d6904aa..046609cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.7.0...v2.7.1) (2025-01-20) + + +### Bug Fixes + +* make podcast subscribe icon more clear, dont allow podcasts in playlists, add onTap for radio metadata url ([#1123](https://github.com/ubuntu-flutter-community/musicpod/issues/1123)) ([ad7aa2d](https://github.com/ubuntu-flutter-community/musicpod/commit/ad7aa2dacbbbea281f5af31ed1c4d6e0671dc96b)), closes [#1122](https://github.com/ubuntu-flutter-community/musicpod/issues/1122) [#1107](https://github.com/ubuntu-flutter-community/musicpod/issues/1107) + ## [2.7.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.6.0...v2.7.0) (2025-01-19) diff --git a/pubspec.yaml b/pubspec.yaml index 365bd23d9..6513219c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 2.7.0 +version: 2.7.1 publish_to: "none"