Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-04 13:40:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-04 13:40:11 +0300
commit412296d24d5a66f4929af4180b8603c0b53100db (patch)
tree53285b02464ca1a39b7efd71f438be1a962263ff
parentfd9bd184f8154938ea7df85c7ee2193f8fb598cd (diff)
Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47c91eade..6dc969620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.19.1 - 2019-12–03
+## 0.20.0 - 2019-12-04
+### Added
+- Admin settings UI to configure provisioned accounts (formerly known as "default account") -> provisioned accounts are now stored in the database
+### Removed
+- Default account configuration via config.php
+
+## 0.19.1 - 2019-12-03
### Changed
- New and updated translations
- Updated dependencies
diff --git a/package-lock.json b/package-lock.json
index 49f6ee81c..2d313d190 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.19.1",
+ "version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 988f3cc4b..e4035f11d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.19.1",
+ "version": "0.20.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,