Release 1.7.0-rc2

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-12-02 23:15:56 +01:00
parent 35f5dfa866
commit 81e463250d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
3 changed files with 10 additions and 2 deletions

View file

@ -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

View file

@ -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",

View file

@ -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!