diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0e63151..c4dec2e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 ### Fixed diff --git a/js/package.json b/js/package.json index 9d1585ca1..393e31403 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.3", + "version": "3.0.4", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index ba4d8f610..dcdafe25d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.3" + @version "3.0.4" def project do [