Skip to content

Commit 5ed1fbc

Browse files
committed
Bump version
1 parent 08f31a7 commit 5ed1fbc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to Literature will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [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
916

1017
### Changed
1118

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Literature.MixProject do
22
use Mix.Project
33

4-
@version "0.4.22"
4+
@version "0.4.23"
55

66
def project do
77
[

0 commit comments

Comments
 (0)