From 4b13f2a5721e2cc66879df1e1ec1832cccc336ee Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 28 Apr 2021 15:05:43 +0200 Subject: [PATCH] Version 1.1.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 25 ++++++++++++++++++++++++- js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d586002..033624f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,30 @@ 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). -## 1.1.1 - 21-03-2021 +## 1.1.2 - 28-04-2021 + +### Changed + +- Added an unique index on the addresses url +- Added org.opencontainers.image.source annotation to the Docker image +- Improved the moderation action logs interface + +### Fixes + +- **Fixed some invalid email headers** +- **Fixed and repaired default profile still pointing on deleted profile** +- Fixed some ActivityPub issues and improve error handling +- Fixed a duplicate sentence in the email changed html template +- Fixed resource metadata remote image URL +- Fixed not only remote groups being refreshed after the acceptation of an invite +- Fixed an UI overflow on the organizer metadata block if the organizer remote username is too long + +### Translations + +- German +- Russian + +## 1.1.1 - 22-04-2021 ### Changed diff --git a/js/package.json b/js/package.json index 012220ba8..90d5e4663 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index a03e18511..8b76aae9c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.1.1" + @version "1.1.2" def project do [