bump version
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Oct 2022 11:49:35 +0000 (12:49 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Oct 2022 11:49:35 +0000 (12:49 +0100)
CHANGELOG.md
mix.exs

index cbe09d5984c086b9a8a4abe02efe07e475e5ea70..44d518528714176d4e9c4db5d49e31d176f8161a 100644 (file)
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ### Changed
 - Emoji updated to latest 15.0 draft
 - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
+- Verify that the signature on posts is not domain blocked, and belongs to the correct user
 
 ### Fixed
 - OAuthPlug no longer joins with the database every call and uses the user cache
diff --git a/mix.exs b/mix.exs
index ea3c1b9229e4fcc0637476d772bf96d60f2b410b..108930f2c51b7599c825b4bf839acca278d9bcb1 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("3.3.0"),
+      version: version("3.3.1"),
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),