Release 2.1.0-rc.1

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-18 14:51:00 +02:00
parent a731a96b58
commit f389b060c8
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,14 @@ 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.1 - 2022-04-18
Changes since beta.3:
* Fix posts creation
* Fix some typespecs
* Remove Koena Connect button
* Update dependencies
## 2.1.0-beta.3 - 2022-04-09
Changes since beta.2:

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "2.1.0-beta.3",
"version": "2.1.0-rc.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

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