From 97439535f2ddf70c33c49a47e799c08b33a19512 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 6 Sep 2023 11:29:04 +0200 Subject: [PATCH] chore(release): release 3.2.0-beta.5 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 12 +++++++++--- js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c1e3e8c..af9c2b407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,16 @@ 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.4 (2023-09-05) +## 3.2.0-beta.5 (2023-09-06) +### Bug Fixes + +* **docker:** make Docker entrypoint port configurable via $MOBILIZON_DATABASE_PORT ([13099e0](https://framagit.org/framasoft/mobilizon/commits/13099e0f118b727a1472282c6419ef9b1842c191)) +* **front:** fix fetching and rendering profile mentions and fetching tags ([895378a](https://framagit.org/framasoft/mobilizon/commits/895378a96bf8a6c7662ed02509c37b8d8a95db0b)) +* **sitemap:** save generated sitemaps in configurable directory ([f28109a](https://framagit.org/framasoft/mobilizon/commits/f28109ad50d85143e38c8e9f5d09c28f80566462)), closes [#1321](https://framagit.org/framasoft/mobilizon/issues/1321) + + +## 3.2.0-beta.4 (2023-09-05) ### Bug Fixes @@ -19,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.2.0-beta.3 (2023-09-04) - ### Bug Fixes * **i18n:** add missing translations ([af670f3](https://framagit.org/framasoft/mobilizon/commit/af670f39478b11465205fbea9b9268bab401bbb6)) @@ -41,7 +48,6 @@ Fixes a CI issue that prevented 3.2.0-beta.2 being released. * **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 a7143f2ef..f5266642f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.2.0-beta.4", + "version": "3.2.0-beta.5", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index 59b1c74e0..854af4472 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.2.0-beta.4" + @version "3.2.0-beta.5" def project do [