Skip to content

Commit 2e07fc4

Browse files
committed
chore: changelog for 0.6.1
1 parent 9d6e9da commit 2e07fc4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Entries from `0.4.0` onward are generated automatically by `bin/release.sh` from
88

99
<!-- new-entries-below — do not remove this marker; bin/release.sh inserts new versions directly below it -->
1010

11+
## [0.6.1] - 2026-05-26
12+
13+
### Bug Fixes
14+
* fix(database): use SchemaRegistry in DiffCommand and MigrateCommand for extender merge by @michalbiarda in https://github.com/marko-php/marko/pull/67
15+
* fix(database-pgsql): normalise jsonb → json in introspector type map by @michalbiarda in https://github.com/marko-php/marko/pull/69
16+
* fix(database-pgsql): JSON-encode array bindings before passing to PDO by @michalbiarda in https://github.com/marko-php/marko/pull/72
17+
* fix(database): link entity extenders at boot so companions hydrate during HTTP requests by @michalbiarda in https://github.com/marko-php/marko/pull/74
18+
* fix(database-mysql): JSON-encode array bindings before passing to PDO by @markshust in https://github.com/marko-php/marko/pull/82
19+
20+
1121
## [0.6.0] - 2026-05-12
1222

1323
### New Features

0 commit comments

Comments
 (0)