Skip to content

Commit aa6588c

Browse files
committed
Add version 1.0.22
1 parent cb96bab commit aa6588c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## Releases
99

10+
### [1.0.22] - 2025-02-28
11+
12+
* Allow derivatives of Json to be passed as Json parameters
13+
1014
### [1.0.21] - 2025-02-28
1115

1216
* Update symfony/yaml parser from to 7.1 to 7.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.21
1+
1.0.22

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ixnode/php-container",
33
"description": "PHP Container - A collection of various PHP container classes like JSON, File, etc.",
4-
"version": "1.0.21",
4+
"version": "1.0.22",
55
"type": "library",
66
"license": "MIT",
77
"keywords": ["php", "container", "json", "file", "data"],

0 commit comments

Comments
 (0)