diff --git a/CHANGELOG.md b/CHANGELOG.md index 97eac659d..6d5aef1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.2 - 2022-12-22 + +### Fixed + +- Fix unfollowing group +- Limit the size of the IP(v6) field in the user admin view +- Fix terms and privacy view +- Use the correct value of current locale +- Fix editing group events as a group moderator +- Consider timezone for start time also when end date is hidden +- Fix loading group members in organizer picker +- Fix changing email & password +- Add missing icon +- Fix instances filter +- Fix logging from 3rd-party auth provider + ## 3.0.1 - 2022-11-22 ### Fixed diff --git a/js/package.json b/js/package.json index 87f747f39..a11e9013c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.1", + "version": "3.0.2", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index a7c1f8ff9..16c36ffe6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.1" + @version "3.0.2" def project do [