diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8058e9310..94180ec57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ 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).
 
+## 3.2.0-beta.2  (2023-09-01)
+
+Fixes a CI issue that prevented 3.2.0-beta.2 being released.
+
+### Bug Fixes
+
+* **front:** fix behavior of local toggle for profiles & groups view depending on domain value ([84f62cd](https://framagit.org/framasoft/mobilizon/commit/84f62cd043d5cf5d186fea6f24a1a9dff5fc64ce))
+
+
+
 ## 3.2.0-beta.1  (2023-09-01)
 
 ### Features
diff --git a/js/package.json b/js/package.json
index 7a082bf77..1603791fc 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "3.2.0-beta.1",
+  "version": "3.2.0-beta.2",
   "private": true,
   "scripts": {
     "dev": "vite",
diff --git a/mix.exs b/mix.exs
index 14623353d..a2ee896da 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "3.2.0-beta.1"
+  @version "3.2.0-beta.2"
 
   def project do
     [