From ceea2745e3d7ebc88fa426ae746a2e4085838b0a Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 20 Dec 2023 17:03:34 +0100 Subject: [PATCH] docs: changelog for 0.2.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd9de4..79a22b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.2.3] + +### Changed + +- Micropub: set `text/plain` content-type on Micropub create responses, allowing for compatibility with clients that expect it, such as [Sparkles](https://sparkles.sploot.com/). + ## [0.2.2] ### Fixed