bump version
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/publish/4 Pipeline was successful
ci/woodpecker/push/publish/1 Pipeline was successful
ci/woodpecker/push/publish/2 Pipeline failed

This commit is contained in:
FloatingGhost 2026-03-21 18:44:06 +00:00
commit 70c08ae67b
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## 2026.03.1
### Fixed
- fix WebFinger validation even more.
While actor consent was now properly taken into account after the previous release, some scenarios still allowed bypassing domain consent

View file

@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
version: version("3.18.0"),
version: version("3.18.1"),
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),