diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf913ebb..6d5b0485c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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.2 - 2021-06-26 + +### Added + +- Added basic metadata (start time & physical address) in the opengraph preview +- Made mentions trigger notifications +- Allow to send activity digests +- Mix task to generate web push keypair + +### Fixed + +- Fixed missing unique index on posts URL +- Fixed creating events from group page not always auto-selecting the correct organizer actor + +### Translations + +- French +- Spanish + ## 1.2.0-beta.1 - 2021-06-21 ### Added diff --git a/js/package.json b/js/package.json index 83b9dbd74..7ac5680f8 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.2.0-beta.1", + "version": "1.2.0-beta.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 057f7fdf5..29dcc181f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.2.0-beta.1" + @version "1.2.0-beta.2" def project do [