Bump version to 1.3.1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-03-05 15:51:14 +01:00
parent 8719f7a592
commit fc85a09f69
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.3.1 - 2021-03-05
### Fixed
* [#2827](https://github.com/nextcloud/deck/pull/2827) Also include /apps/spreed urls in the listener for loading the talk integration
* [#2844](https://github.com/nextcloud/deck/pull/2844) Search by mail on the board sharing input
* [#2849](https://github.com/nextcloud/deck/pull/2849) Switch to Content-Disposition attachment and check for sane mimetypes
* [#2859](https://github.com/nextcloud/deck/pull/2859) Properly pass the user to fetch circles when calling through occ
## 1.3.0 - 2021-02-20 ## 1.3.0 - 2021-02-20
### Added ### Added

View File

@@ -17,7 +17,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.3.0</version> <version>1.3.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>