diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5b0485c..14e43888f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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.0-beta.3 - 2021-06-27 + +### Added + +- Allow sending notifications to event organizer when new comment is posted +- Allow sending comment announcements notifications to anonymous participants as well + +### Changed + +- Disabled Cldr warning that the `Cldr.Plug.AcceptLanguage` plug didn't many any known locale + +### Fixed + +- Fixed error when deleting actor with type different from Person or Group +- Fixed not defaulting to UTC timezone when user has no tz setting in their activity recaps +- Fixed Sentry loading itself even if not configured +- Fixed showing proper message when anonymous participation was confirmed but just wasn't saved in browser +- Fixed editing some event properties + +### Translations + +- Persian (New!) +- Spanish + ## 1.2.0-beta.2 - 2021-06-26 ### Added diff --git a/js/package.json b/js/package.json index 7ac5680f8..46509cb11 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.2.0-beta.2", + "version": "1.2.0-beta.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 6c77556fe..d16a760e1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.2.0-beta.2" + @version "1.2.0-beta.3" def project do [