diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bba85593..777e26d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.1](https://github.com/ubuntu-flutter-community/musicpod/compare/v1.8.0...v1.8.1) (2024-08-20) + + +### Bug Fixes + +* constrain podcast html descriptions ([#879](https://github.com/ubuntu-flutter-community/musicpod/issues/879)) ([17b3533](https://github.com/ubuntu-flutter-community/musicpod/commit/17b3533261a4154b6c04b26694ac003e9ff67303)) + ## [1.8.0](https://github.com/ubuntu-flutter-community/musicpod/compare/1.6.0...v1.8.0) (2024-08-20) diff --git a/pubspec.yaml b/pubspec.yaml index 0d2aad313..c30d6c349 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 1.8.0 +version: 1.8.1 publish_to: "none"