From d2c78c5f1764559632fc8edbcaeb4d9751f61de7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 22 Nov 2022 12:52:46 +0100 Subject: [PATCH] Release 3.0.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 19 +++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77723d582..97eac659d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.0.1 - 2022-11-22 + +### Fixed + +- Compatibility with Python 3.11 for exports that reply on Python code. +- Formatting of fallback locales +- Allow to specify database port for Docker configuration +- Assets in production environment +- Changing event uuid didn't change event data +- Make sure maximumAttendeeCapacity is a number, not a string +- Prevent AP collection page number being < 1 +- Fix approving/rejecting group members and followers +- Fix 3rd-party auth links +- Test Intl.ListFormat availability and add fallback +- Set correct Content-Type on all AP endpoints +- Don't notify group members & followers from new draft event +- Register missing ExitToApp icon +- Fix comment display + ## 3.0.0 - 2022-11-08 ### Added diff --git a/js/package.json b/js/package.json index 45eca645d..87f747f39 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.0", + "version": "3.0.1", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index 56edfe0c6..a7c1f8ff9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.0" + @version "3.0.1" def project do [