diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cf8243..669019be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # LunaSea Changelog +## v5.0.0 (50000019) + +#### NEW +- `[Notifications]` Warn user of unauthorized notification permission on notification setup page + +--- + ## v5.0.0 (50000018) #### TWEAKS diff --git a/pubspec.yaml b/pubspec.yaml index aabb4e67..5172069b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lunasea description: Self-Hosted Controller -version: 5.0.0+50000018 +version: 5.0.0+50000019 publish_to: 'none' environment: sdk: ">=2.7.0 <3.0.0"