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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-09-22 17:11:29 +0300
committerGitHub <noreply@github.com>2021-09-22 17:11:29 +0300
commit638cbaf242c7de46f6f1c09a2e3067930782e2d5 (patch)
tree13abc32700a83cb9c165179aa87f3dac49981342
parent5d3f32b4b355b22671c15268c5e59b2ea31687a3 (diff)
parent8f0b7fb864d32548bfaf0186ed07efae86024482 (diff)
Merge pull request #400 from nextcloud/backport/398/stable21v5.0.1
Add changelog for 4.0.2 and 5.0.1
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45bd1d2..75b31d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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 aa0db00..e1acc99 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
⚡ Activities integration
🔔 Notifications integration]]></description>
- <version>5.0.0</version>
+ <version>5.0.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>AnnouncementCenter</namespace>