From 9cc3ae4419e128d81e135f8dc8acab7245252b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:36:06 +0000 Subject: [PATCH] chore(main): release 1.12.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1370788b6..9b7983504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.12.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.11.0...v1.12.0) (2024-09-20) + + +### Features + +* add extra speeds ([#922](https://github.com/ubuntu-flutter-community/musicpod/issues/922)) ([11b3ddb](https://github.com/ubuntu-flutter-community/musicpod/commit/11b3ddb9dd6ea42d9e9900e66c9577389a6cc943)) +* load more podcasts on scroll, update deps ([#920](https://github.com/ubuntu-flutter-community/musicpod/issues/920)) ([741d090](https://github.com/ubuntu-flutter-community/musicpod/commit/741d0905c87c9a262c2362388e38893369574c20)) +* show more stations on scroll ([#927](https://github.com/ubuntu-flutter-community/musicpod/issues/927)) ([23044c3](https://github.com/ubuntu-flutter-community/musicpod/commit/23044c313f85e9d574a92f43a5dfee589e10486a)), closes [#926](https://github.com/ubuntu-flutter-community/musicpod/issues/926) + + +### Bug Fixes + +* update yaru to follow 22.10+ accents ([#925](https://github.com/ubuntu-flutter-community/musicpod/issues/925)) ([75a7b70](https://github.com/ubuntu-flutter-community/musicpod/commit/75a7b70d21dfdf6aa3c7d326c5d49dc2582dcb6e)) + ## [1.11.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.10.1...v1.11.0) (2024-09-08) diff --git a/pubspec.yaml b/pubspec.yaml index ae6a0c631..04825db34 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 1.11.0 +version: 1.12.0 publish_to: "none"