diff --git a/CHANGELOG.md b/CHANGELOG.md index edd51b74b..3e317c96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ 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/). -## Unreleased +## 2024.04.1 (Security) ## Fixed - Issue allowing non-owners to use media objects in posts - Issue allowing use of non-media objects as attachments and crashing timeline rendering +- Issue allowing webfinger spoofing in certain situations ## 2024.04 diff --git a/mix.exs b/mix.exs index 4d58821bc..872174174 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.13.1"), + version: version("3.13.2"), elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),