diff --git a/CHANGELOG.md b/CHANGELOG.md index da4d276eb..536e4e6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.3 (2023-06-21) + +### Bug Fixes + +* **groups:** fix unauthenticated access to groups because of missing read:group:members permission ([3714925](https://framagit.org/framasoft/mobilizon/commits/3714925896ad0415496352b9901ebec199afa0f2)), closes [#1311](https://framagit.org/framasoft/mobilizon/issues/1311) + + ## 3.1.2 (2023-06-21) ### Bug Fixes diff --git a/js/package.json b/js/package.json index 3df0b4297..f9366270e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.1.2", + "version": "3.1.3", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index c9745a3f0..6ec5fdc1d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.1.2" + @version "3.1.3" def project do [