From 3b00ad66c9e4ba9c3dda91a3d2558e2c020580ec Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Fri, 26 Feb 2021 16:34:51 +0100
Subject: [PATCH] Bump version to 1.0.7

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 CHANGELOG.md    | 16 +++++++++++++---
 js/package.json |  2 +-
 mix.exs         |  2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebd0c391c..2d9b0e222 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,17 @@ 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
+## 1.0.7 - 27-02-2021
+
+### Fixed
+
+- Fixed accessing group event unlogged
+- Fixed broken redirection with Webfinger due to strict connect-src
+- Fixed editing group discussions
+- Fixed search form display
+- Fixed wrong year in CHANGELOG.md
+
+## 1.0.6 - 04-02-2021
 
 ### Added
 
@@ -16,13 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Fixed sending events & posts to group followers
 - Fixed redirection after deleting an event
 
-## 1.0.5 - 27-01-2020
+## 1.0.5 - 27-01-2021
 
 ### Fixed
 
 - Fixed duplicate entries in search with empty search query
 
-## 1.0.4 - 26-01-2020
+## 1.0.4 - 26-01-2021
 
 ### Added
 
diff --git a/js/package.json b/js/package.json
index f0e91abb3..6087d6a50 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "1.0.6",
+  "version": "1.0.7",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
diff --git a/mix.exs b/mix.exs
index 980e58095..7cfa06538 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "1.0.6"
+  @version "1.0.7"
 
   def project do
     [