summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Mehren2021-03-06 10:35:34 +0100
committerDavid Mehren2021-03-06 10:35:34 +0100
commit73a83f3ed6adbe172831d550805842072674085a (patch)
treeb0cb1d51f70c8c6b95942e0ff02fa09ed743ef0e /public
parentbf0a7ebee72404eb7bce918f41162126bca24bf0 (diff)
Add release notes entry for #969
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'public')
-rw-r--r--public/docs/release-notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md
index a58018c2..b12644a2 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -1,4 +1,9 @@
# Release Notes
+## <i class="fa fa-tag"></i> 1.8.0 <i class="fa fa-calendar-o"></i> UNRELEASED
+### Features
+- Database migrations are now automatically applied on application startup.
+ The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted.
+
## <i class="fa fa-tag"></i> 1.7.2 <i class="fa fa-calendar-o"></i> 2021-01-15
This release fixes a security issue. We recommend upgrading as soon as possible.
### Security Fixes