diff --git a/.github/workflows/spotube-publish-binary.yml b/.github/workflows/spotube-publish-binary.yml index a5ee3449..3153c279 100644 --- a/.github/workflows/spotube-publish-binary.yml +++ b/.github/workflows/spotube-publish-binary.yml @@ -4,7 +4,7 @@ on: inputs: version: description: Version to publish (x.x.x) - default: 3.8.1 + default: 3.8.2 required: true dry_run: description: Dry run diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b48c26..8297a7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.8.2](https://github.com/krtirtho/spotube/compare/v3.8.0...v3.8.1) (2024-09-30) + +## Changes + +### Bug Fixes + +- endless song loading issue and no playback #1925 + + ## [3.8.1](https://github.com/krtirtho/spotube/compare/v3.8.0...v3.8.1) (2024-09-15) ## Changes diff --git a/pubspec.yaml b/pubspec.yaml index e0c51cc5..85b7a719 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El publish_to: "none" -version: 3.8.1+34 +version: 3.8.2+35 homepage: https://spotube.krtirtho.dev repository: https://github.com/KRTirtho/spotube