chore(release): release 4.1.0-beta.1

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2024-02-27 17:30:35 +01:00
parent e3bb2486cd
commit a0ef1c23ba
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,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).
## 4.1.0-beta.1 (2024-02-27)
### Bug Fixes
* **front:** fix adding tags to an event ([d75d464](https://framagit.org/framasoft/mobilizon/commits/d75d464135332f639bd275684109a89980718b75)), closes [#1419](https://framagit.org/framasoft/mobilizon/issues/1419)
* **front:** fix space around input icons ([ba9299c](https://framagit.org/framasoft/mobilizon/commits/ba9299c6321cd62bb84efb6db5b6e122e4b1b264))
## 4.1.0-alpha.1 (2024-02-09)
### Features

View File

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

View File

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