From 2c4af0d2670557b1a91e55432a137f3a60933f2e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 29 Jun 2021 16:28:23 +0200 Subject: [PATCH] Release 1.2.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 7 +++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c88f1bd..72a601ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2.1 - 2021-06-29 + +### Fixed + +- Fixed Docker image missing libc (which is required by newer OTP versions at runtime) +- Fixed compatibility check in Notification section for service workers + ## 1.2.0 - 2021-06-29 ### Added diff --git a/js/package.json b/js/package.json index 6c576c452..718b2b01e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.2.0", + "version": "1.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index fb9ea34eb..fe0e9f793 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.2.0" + @version "1.2.1" def project do [