Skip to content

Commit e892959

Browse files
author
runner
committed
chore: bump to version v0.2.5 [ci skip]
1 parent b4bb78b commit e892959

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

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

8+
## [0.2.5] - 2026-02-02
9+
10+
### Fixed
11+
12+
- return 404 on non-existence i18n file
13+
814
## [0.2.4] - 2026-02-02
915

1016
### Fixed
@@ -66,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6672
- setup internationalization controller and service
6773

6874

75+
[0.2.5]: https://github.com/linagora/linid-im-api/compare/v0.2.4...v0.2.5
6976
[0.2.4]: https://github.com/linagora/linid-im-api/compare/v0.2.3...v0.2.4
7077
[0.2.3]: https://github.com/linagora/linid-im-api/compare/v0.2.2...v0.2.3
7178
[0.2.2]: https://github.com/linagora/linid-im-api/compare/v0.2.1...v0.2.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>io.github.linagora.linid.im</groupId>
1212
<artifactId>linid-im-api</artifactId>
13-
<version>0.2.4</version>
13+
<version>0.2.5</version>
1414
<name>identity-manager-api</name>
1515
<licenses>
1616
<license>

0 commit comments

Comments
 (0)