Skip to content

Commit e10d695

Browse files
authored
Prepare for 9.2.1 release (#221)
2 parents d4c9d50 + 75fe669 commit e10d695

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [9.2.1] - 2025-01-31
911
### Fixed
1012
- [GH#207](https://github.com/jolicode/automapper/pull/207) [GH#208](https://github.com/jolicode/automapper/pull/208) Fix implicity nullable parameter deprecations
1113
- [GH#212](https://github.com/jolicode/automapper/pull/212) Fix cases where class target has adder and remover AND constructor arguments
@@ -350,8 +352,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350352
### Fixed
351353
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
352354

353-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.2...HEAD
354-
[9.2.0]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
355+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.2.1...HEAD
356+
[9.2.1]: https://github.com/janephp/janephp/compare/9.2.0...9.2.1
357+
[9.2.0]: https://github.com/janephp/janephp/compare/9.1.2...9.2.0
355358
[9.1.2]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
356359
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
357360
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0

src/AutoMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
3939
{
40-
public const VERSION = '10.0.0-dev';
40+
public const VERSION = '9.2.1';
4141

4242
/** @var array<GeneratedMapper<object, object>|GeneratedMapper<array<mixed>, object>|GeneratedMapper<object, array<mixed>>> */
4343
private array $mapperRegistry = [];

0 commit comments

Comments
 (0)