Skip to content

Commit 48faaea

Browse files
committed
Add version 0.1.25
1 parent 1d07c1e commit 48faaea

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ URL_LOCAL=api-version.localhost
5252
GENERAL_BASICAUTH_PRODUCTION='ixno:$apr1$5JvcxkWC$iA7cBjSG3xTSO/Y/dsHZt/'
5353

5454
# Version of this app
55-
VERSION_APP=0.1.24
55+
VERSION_APP=0.1.25
5656

5757
# Version of nginx image
5858
VERSION_NGINX=0.1.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [0.1.25] - 2024-06-06
11+
12+
* Disable 404 status on version endpoint
13+
* Add new description to version endpoint
14+
1015
### [0.1.24] - 2024-05-31
1116

1217
* Update symfony to 7.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.24
1+
0.1.25

0 commit comments

Comments
 (0)