From 429e665bb2294823142b0cb5f2691eb6f8715b73 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Mon, 27 Apr 2026 11:03:03 +0200 Subject: [PATCH] chore(changelog): prepare 10.2.0 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c3a88a..5f398ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [10.2.0] - 2026-27-04 +### Added +- [GH#336](https://github.com/jolicode/automapper/pull/336) Support for array shape + +### Fixed +- [GH#340](https://github.com/jolicode/automapper/pull/340) Allow type resolver in 2.0 for dependencies +- [GH#341](https://github.com/jolicode/automapper/pull/341) Fix phpstan extractor not using private properties in bundle + ## [10.1.0] - 2026-18-03 ### Added - [GH#328](https://github.com/jolicode/automapper/pull/328) Register mappers as lazy to reduce initialization calls when sub mappers are not used