From 4b37f194a248293da4a06389012fe39c73b94b84 Mon Sep 17 00:00:00 2001 From: abeforgit Date: Wed, 18 Aug 2021 14:11:28 +0200 Subject: [PATCH] Release 2.9.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899a8d717..914ef3f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## 2.9.1 (2021-08-18) + +#### :rocket: Enhancement +* [#160](https://github.com/lblod/frontend-gelinkt-notuleren/pull/160) Consume job for prepublishing ([@madnificent](https://github.com/madnificent)) +* [#161](https://github.com/lblod/frontend-gelinkt-notuleren/pull/161) Improve wording around notification ([@abeforgit](https://github.com/abeforgit)) +* [#156](https://github.com/lblod/frontend-gelinkt-notuleren/pull/156) Update the hostname in the footer ([@Windvis](https://github.com/Windvis)) + +#### :bug: Bug Fix +* [#162](https://github.com/lblod/frontend-gelinkt-notuleren/pull/162) BUGFIX: now you can sign and publish the same document and will be shown as such ([@lagartoverde](https://github.com/lagartoverde)) +* [#160](https://github.com/lblod/frontend-gelinkt-notuleren/pull/160) Consume job for prepublishing ([@madnificent](https://github.com/madnificent)) +* [#158](https://github.com/lblod/frontend-gelinkt-notuleren/pull/158) Fix print view overflow issue when   is used in text ([@Dietr](https://github.com/Dietr)) + +#### Committers: 5 +- Aad Versteden ([@madnificent](https://github.com/madnificent)) +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Dieter Peirs ([@Dietr](https://github.com/Dietr)) +- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + + ## 2.9.0 (2021-07-16) #### :rocket: Enhancement diff --git a/package.json b/package.json index 104b122d1..d37bc2782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.9.0", + "version": "2.9.1", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {