Bump version to 1.3.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-04-07 18:47:23 +02:00
parent b698c42a1d
commit ccffe1094e
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
# 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.2 - 2021-04-07
### Fixed
* [#2869](https://github.com/nextcloud/deck/pull/2869) Don't close tempfile as it is already done
* [#2880](https://github.com/nextcloud/deck/pull/2880) Only extract additional attributes from query when doing a raw search
* [#2924](https://github.com/nextcloud/deck/pull/2924) Avoid reusing the existing route object to make navigation work properly
* [#2946](https://github.com/nextcloud/deck/pull/2946) Fix bug when saving the description
## 1.3.1 - 2021-03-05 ## 1.3.1 - 2021-03-05
### Fixed ### Fixed

View File

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