We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d07c1e commit 48faaeaCopy full SHA for 48faaea
.env
@@ -52,7 +52,7 @@ URL_LOCAL=api-version.localhost
52
GENERAL_BASICAUTH_PRODUCTION='ixno:$apr1$5JvcxkWC$iA7cBjSG3xTSO/Y/dsHZt/'
53
54
# Version of this app
55
-VERSION_APP=0.1.24
+VERSION_APP=0.1.25
56
57
# Version of nginx image
58
VERSION_NGINX=0.1.0
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## Releases
9
10
+### [0.1.25] - 2024-06-06
11
+
12
+* Disable 404 status on version endpoint
13
+* Add new description to version endpoint
14
15
### [0.1.24] - 2024-05-31
16
17
* Update symfony to 7.1
VERSION
@@ -1 +1 @@
1
-0.1.24
+0.1.25
0 commit comments