From 2881717f6d9686c4efd386a504e67b5d05b4b8f4 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 5 Sep 2023 16:36:22 +0200 Subject: [PATCH] chore(release): release 3.2.0-beta.4 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 12 ++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5157082b8..cefc1f5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). + +# 3.2.0-beta.4 (2023-09-05) + + +### Bug Fixes + +* **back:** allow any other type of actor to be suspended ([92b222b](https://framagit.org/framasoft/mobilizon/commit/92b222b091cf6248969b0206e7c052b725a1286b)) +* **back:** only try to insert activities for groups ([cfc9843](https://framagit.org/framasoft/mobilizon/commit/cfc984345e90b2960077956858606395f37ef9b9)) +* **front:** don't return promise if result is not finished loading for tags ([8c14ba4](https://framagit.org/framasoft/mobilizon/commit/8c14ba441c6f0fadb3c59f80ff4e3abb2e625752)) +* **front:** fix getting result from interactable object in InteractView ([31b2d06](https://framagit.org/framasoft/mobilizon/commit/31b2d065a904453580731133cd3dfd545a5816fa)) + + ## 3.2.0-beta.3 (2023-09-04) diff --git a/js/package.json b/js/package.json index 0bb31ba54..a7143f2ef 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.2.0-beta.3", + "version": "3.2.0-beta.4", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index 1303ca8ac..59b1c74e0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.2.0-beta.3" + @version "3.2.0-beta.4" def project do [