update changelog
All checks were successful
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 was successful

This commit is contained in:
FloatingGhost 2026-05-04 20:03:30 +01:00
commit e4ed44ba29
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ 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
## 2026.05
### General note
- backup restore instructions very slightly changed but in an important way.
@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- non-federating instances now return a 405 response on inbox `POST`s, matching AP spec
- fixed `GET /api/v1/statuses/:id/context` omitting most local-only posts for authenticated users
- fixed nondeterministic API results in endpoints using GIN indexes; e.g. full-text search
- enforced the host header being present on signatures, and matching our server
### Changed
- our Docker container now sets a default `nofile` `ulimit` to avoid issues on some systems.

View file

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