mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-01 14:31:28 +00:00
Release 2.1.0-rc.4
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1e9a7c2cbb
commit
ec849b1488
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
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:
|
||||
|
|
|
@ -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",
|
||||
|
|
2
mix.exs
2
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
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue