Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
2 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3da68f..d2fcdfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 6.0.0-alpha.1 – 2021-06-17
+## 6.0.0 – 2021-09-22
### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#395](https://github.com/nextcloud/announcementcenter/pull/395)
+- Fix "Route does not exist" log spam when accessing the dashboard
+ [#392](https://github.com/nextcloud/announcementcenter/pull/392)
- Compatibility with Nextcloud 22
+## 5.0.1 – 2021-09-22
+### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#396](https://github.com/nextcloud/announcementcenter/pull/396)
+- Fix "Route does not exist" log spam when accessing the dashboard
+ [#393](https://github.com/nextcloud/announcementcenter/pull/393)
+
+## 4.0.2 – 2021-09-22
+### Fixed
+- Fix missing notifications when posting multiple restricted notifications in a short time
+ [#397](https://github.com/nextcloud/announcementcenter/pull/397)
+
## 5.0.0 – 2021-02-23
### Added
- Rewrite the frontend in Vue.JS after a design review
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7a42d18..9e43262 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
⚡ Activities integration
🔔 Notifications integration]]></description>
- <version>6.0.0-alpha.1</version>
+ <version>6.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>AnnouncementCenter</namespace>