diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f3ecb4d..c814c69a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.1.2 - 2020-01-30 +### Changed +- New and updated translations +### Fixed +- Saving all attachments to Files +- Saving embedded messages to Files +- Octal value of KItinerary binary chmod from 744 to 0744 + ## 1.1.1 - 2020-01-27 ### Fixed - Missing file in release tarball diff --git a/appinfo/info.xml b/appinfo/info.xml index 92d1ec79d..4f66b13dd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries. - **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)! ]]> - 1.1.1 + 1.1.2 agpl Christoph Wurst Jan-Christoph Borchardt diff --git a/package-lock.json b/package-lock.json index 017381149..92d5fa8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb48a79f7..d880eb8d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "1.1.1", + "version": "1.1.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,