bump version
This commit is contained in:
parent
ce68efa5d2
commit
70c08ae67b
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue