From 5b737e2e5b3c2ebe9e2f960f0e7a2fc056e17ac1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 3 Feb 2021 15:07:23 +0100 Subject: [PATCH] Bump version to 1.0.6 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 249c044ac..ebd0c391c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## 1.0.6 - 04-02-2020 + +### Added + +- Handle frontend errors nicely when mounting components + +### Fixed + +- Fixed displaying a remote event when organizer is a group +- Fixed sending events & posts to group followers +- Fixed redirection after deleting an event + ## 1.0.5 - 27-01-2020 ### Fixed diff --git a/js/package.json b/js/package.json index 9aea87136..f0e91abb3 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.0.5", + "version": "1.0.6", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 8ef31afda..980e58095 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.0.5" + @version "1.0.6" def project do [