From 6fc43a3011b26707472d67526edc608c0f92f763 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 16 Nov 2020 10:05:01 +0100 Subject: [PATCH] Release 1.0.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 21 +++++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f64e8041..ba27bc3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.0.2 - 2020-11-15 + +**This release adds new migrations, be sure to run them before restarting Mobilizon** + +### Changed + +- PostgreSQL extensions creations are now automatically handled in the Docker's entrypoint + +### Fixed + +- Fixed an issue with Oban migrations and some PostgreSQL versions +- Fixed an issue that causes email not being able to be sent when the `TZ` environment variable is not available +- Fixed 3rd-party login Ueberauth providers not being usable if configured at runtime + +### Translations + +- Catalan +- Hungarian +- Italian +- Occitan + ## 1.0.1 - 2020-11-14 **This release adds new migrations, be sure to run them before restarting Mobilizon** diff --git a/js/package.json b/js/package.json index ddf57eaf8..3fd83757b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 92ba41b5c..da43b6ce9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.0.1" + @version "1.0.2" def project do [