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 <coding@schilljs.com>2021-02-23 12:33:21 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-23 12:35:10 +0300
commit9f13f54e62ed118cfc852ab1705b31f90845494d (patch)
tree29e45a34219960f4dfce4393cae9d98585b6b326 /CHANGELOG.md
parentf1ab1c099ebf713815a248ba97d39ef8901cf7a7 (diff)
Move changelog to final
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1dd0df..45bd1d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 5.0.0-alpha.1 – 2020-12-15
+## 5.0.0 – 2021-02-23
### Added
- Rewrite the frontend in Vue.JS after a design review
[#218](https://github.com/nextcloud/announcementcenter/pull/218)
### Fixed
+- Make the database schema compatible with clusters by adding a primary key
+ [#293](https://github.com/nextcloud/announcementcenter/pull/293)
- Compatibility with Nextcloud 21
## 4.0.1 – 2021-01-29