We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f31a7 commit 5ed1fbcCopy full SHA for 5ed1fbc
CHANGELOG.md
@@ -5,7 +5,14 @@ All notable changes to Literature will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [v0.4.23] - 2025-12-23
9
+
10
+### Changed
11
12
+- Improve image upload error handling in PostController (WEB-10910)
13
+- Added explicit 404 response when post is not found
14
15
+## [0.4.22] - 2025-11-04
16
17
### Changed
18
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Literature.MixProject do
2
use Mix.Project
3
4
- @version "0.4.22"
+ @version "0.4.23"
def project do
[
0 commit comments