chore(release): release 3.1.0-beta.2

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-05-23 18:35:28 +02:00
parent 39da840da9
commit 3eddd5fc8f
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,12 @@ 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).
## 3.1.0-beta.2 (2023-05-23)
### Bug Fixes
* include user role in moderator role ([c4d6019](https://framagit.org/framasoft/mobilizon/-/commit/c4d60194a6900a3f9430355c5fbb346d910e4df6))
## 3.1.0-beta.1 (2023-05-17)

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"private": true,
"scripts": {
"dev": "vite",

View File

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "3.1.0-beta.1"
@version "3.1.0-beta.2"
def project do
[