diff --git a/CHANGELOG.md b/CHANGELOG.md index de2a57b88..8b5804cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## 2.1.0-rc.4 - 2022-05-03 + +Changes since rc.3: +* Use upstream dependencies for Ueberauth providers +* Fix Ueberauth use of CSRF with session +* Fix being an administrator when using 3rd-party auth provider +* Include ongoing events in search +* Send push notification into own task +* Add Überauth CAS Strategy + ## 2.1.0-rc.3 - 2022-04-24 Changes since rc.2: diff --git a/js/package.json b/js/package.json index a04e925e5..bf43d243b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "2.1.0-rc.3", + "version": "2.1.0-rc.4", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index b84fad460..7d3e270ae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "2.1.0-rc.3" + @version "2.1.0-rc.4" def project do [