diff options
author | David Mehren | 2020-12-02 23:15:56 +0100 |
---|---|---|
committer | David Mehren | 2020-12-02 23:15:56 +0100 |
commit | 81e463250d8811ed9baf39767e24e79a6bef4f71 (patch) | |
tree | 122651e8286d7b7157d1b4c3a02db5723c7ae2fe | |
parent | 35f5dfa866082be5bf2fbfd30f420108b4f0e2fe (diff) |
Release 1.7.0-rc2
Signed-off-by: David Mehren <git@herrmehren.de>
-rw-r--r-- | docs/dev/openapi.yml | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | public/docs/release-notes.md | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index 00c81cbc..0c928e2d 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -3,7 +3,7 @@ openapi: 3.0.1 info: title: HedgeDoc description: HedgeDoc is an open source collaborative note editor. Several tasks of HedgeDoc can be automated through this API. - version: 1.7.0-rc1 + version: 1.7.0-rc2 contact: name: HedgeDoc on GitHub url: https://github.com/hedgedoc/hedgedoc diff --git a/package.json b/package.json index 5eaf4d92..dab28ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "HedgeDoc", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "description": "The best platform to write and share markdown.", "main": "app.js", "license": "AGPL-3.0", diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 5a256c26..d95a8d4f 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,5 +1,13 @@ # Release Notes +## <i class="fa fa-tag"></i> 1.7.0-rc2 <i class="fa fa-calendar-o"></i> 2020-12-02 +Changes since 1.7.0-rc1: + +### Bugfixes +- Fix crash when OAuth2 config parameters are missing (thanks to [@vberger](https://github.com/vberger) for reporting!) +- Handle broken `SequelizeMeta` table on MySQL/MariaDB (thanks to [@titulebolide](https://github.com/titulebolide) for reporting!) + + ## <i class="fa fa-tag"></i> 1.7.0-rc1 <i class="fa fa-calendar-o"></i> 2020-11-29 We have renamed to HedgeDoc! |