Skip to content

Commit

Permalink
Prepare for 9.2.1 release (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Jan 31, 2025
2 parents d4c9d50 + 75fe669 commit e10d695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.2...HEAD
[9.2.0]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
[Unreleased]: https://github.com/jolicode/automapper/compare/9.2.1...HEAD
[9.2.1]: https://github.com/janephp/janephp/compare/9.2.0...9.2.1
[9.2.0]: https://github.com/janephp/janephp/compare/9.1.2...9.2.0
[9.1.2]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '10.0.0-dev';
public const VERSION = '9.2.1';

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

0 comments on commit e10d695

Please sign in to comment.