From 79a51e52378328140b6033358c953dc1ad09a19f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 11 May 2022 12:23:35 +0200 Subject: [PATCH] Release 2.1.0-rc.6 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 16 ++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371544f03..37b1935f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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). +## 2.1.0-rc.6 - 2022-05-11 + +Changes since rc.5: + +- Allow the instance to be followed from Mastodon (through relays) +- Make sure activity recipient can't be nil +- Make sure users can't create profiles or groups with non-valid patterns +- Add description field to address representation +- Make sure prompt show the correct message and not just "Continue?" in mix mode +- Add a CLI command to delete actors +- Make sure activity notification recaps can't be sent multiple times +- Fix group notification of new event being sent multiple times +- Fix links to group page in group membership emails and participation +- Fix clicking on map crashing the app +- Remove unused fragment from FETCH_PERSON GraphQL query + ## 2.1.0-rc.5 - 2022-05-06 Changes since rc.4: diff --git a/js/package.json b/js/package.json index 6eccd333b..8aed98a17 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "2.1.0-rc.5", + "version": "2.1.0-rc.6", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 63dcd2b76..d66a8e0ab 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "2.1.0-rc.5" + @version "2.1.0-rc.6" def project do [