diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6305d675b..8172a9069 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## 2.3.2 β 2021-08-18
+### Changed
+- Details of editor design
+- Make save buttons sticky
+- Sort objects in trash bin by newest first
+- Size of text fields in event pop-up
+### Fixed
+- Settings design regressions
+- Scrolling for trash bin
+- Unusable sidebar on mobile
+- List table issues
+- Month view issues
+- Week view issues
+- Rendering of vobject in trash bin
+- Missing loading view for trash bin
+- Task restoring error handling
+
## 2.3.1 β 2021-07-14
### Fixed
* Create Talk room for event
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c8dc7e62..d890ae516 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
* βοΈ Tasks! See tasks with a due date directly in the calendar
* π **Weβre not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]>
- 2.3.1
+ 2.3.2
agpl
Georg Ehrke
Thomas Citharel
diff --git a/package-lock.json b/package-lock.json
index 72e1b7179..72a946c10 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "calendar",
- "version": "2.3.1",
+ "version": "2.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 786b03023..84e8f98cb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
- "version": "2.3.1",
+ "version": "2.3.2",
"author": "Georg Ehrke ",
"contributors": [
"Georg Ehrke ",