From 071bbeeb68f1e5b2b87fd82a98ae41267f34e3fd Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 20 Aug 2021 16:53:04 +0200 Subject: [PATCH] Release 1.3.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 16 +++++++++++++++- js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa16e0b77..3e0705c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ 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.3.0 - 2021-08-12 +## 1.3.1 - 2021-08-20 + +### Fixed + +- Fixed default listen IP and sitemap creation for Docker configurations +- Fixed issues related to user timezone setting being shown as set when it wasn't, leading to timezone sometimes missing and causing issues (#746, #815) +- Fixed issues with managing resources (#837, #838) + +### Translations + +- Gaelic +- Finnish +- Spanish + +## 1.3.0 - 2021-08-17 ### Added diff --git a/js/package.json b/js/package.json index 084bd09d1..52115a9b1 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 462ad7f15..88948be47 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.3.0" + @version "1.3.1" def project do [