We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15b743 commit 7b3465dCopy full SHA for 7b3465d
3 files changed
.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.19
+VERSION_APP=0.1.20
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.20] - 2023-12-30
11
+
12
+* Update Symfony from v6.3.0 to v6.3.11
13
+* Update php-json-schema-validator from 0.1.2 to 0.1.4 and make some adoption to this version
14
15
### [0.1.19] - 2023-12-30
16
17
* Add SerializerInterface to BaseFunctionalCommandTest.php
VERSION
@@ -1 +1 @@
1
-0.1.19
+0.1.20
0 commit comments