diff --git a/CHANGELOG.md b/CHANGELOG.md index 94180ec57..5157082b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.3 (2023-09-04) + + +### Bug Fixes + +* **i18n:** add missing translations ([af670f3](https://framagit.org/framasoft/mobilizon/commit/af670f39478b11465205fbea9b9268bab401bbb6)) + + +### Features + +* Add option to link an external registration provider for events ([2de6937](https://framagit.org/framasoft/mobilizon/commit/2de6937407743100daba1d397db4da32d4cb606b)) +* **back:** add admin setting to disable external event feature ([f6611e8](https://framagit.org/framasoft/mobilizon/commit/f6611e8eb5a7e12dc0dc0c216b598e04144e07c6)) +* improve group creation view [3f601748](https://framagit.org/framasoft/mobilizon/-/commit/3f60174877bbe05773b1d1b2ceb91749adec7ed7) + + ## 3.2.0-beta.2 (2023-09-01) Fixes a CI issue that prevented 3.2.0-beta.2 being released. diff --git a/js/package.json b/js/package.json index 801076930..0bb31ba54 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.2.0-beta.2", + "version": "3.2.0-beta.3", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index a2ee896da..1303ca8ac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.2.0-beta.2" + @version "3.2.0-beta.3" def project do [