Bump version to 3.0.4
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5bb09927a3
commit
0837090e30
|
@ -5,6 +5,15 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## 3.0.4 - 2023-03-20
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- LDAP connector with Erlang 24.3+
|
||||||
|
- Participant export configuration not being loaded
|
||||||
|
|
||||||
|
|
||||||
## 3.0.3 - 2022-12-22
|
## 3.0.3 - 2022-12-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
Loading…
Reference in a new issue