diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e0705c39..6f140c231 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 1.3.2 - 2021-08-23
+
+### Fixed
+
+- Fixed deduplicated files from orphan media being cleanup as well
+- Fixed config onboarding after initial connection
+- Fixed current actor ID not being deleted from localstorage after logout
+- Fixed missing pagination on tag exploring page
+- Fixed deleting own account
+- Fixed user profiles that could show up in group search
+- Fixed accessibility issues on the account settings page
+
 ## 1.3.1 - 2021-08-20
 
 ### Fixed
diff --git a/js/package.json b/js/package.json
index 52115a9b1..3e33158c5 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "1.3.1",
+  "version": "1.3.2",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
diff --git a/mix.exs b/mix.exs
index 32c23b9f6..c76c76a4b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "1.3.1"
+  @version "1.3.2"
 
   def project do
     [