Skip to content

Commit

Permalink
Prepare 9.2.0 release (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Nov 19, 2024
2 parents 42e9ec6 + 9254cc4 commit ce0025d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 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.0] - 2024-11-19
### Added
- [GH#180](https://github.com/jolicode/automapper/pull/180) Add configuration to generate code with strict types
- [GH#183](https://github.com/jolicode/automapper/pull/183) Ability to change reload strategy from AutoMapper::create()
Expand Down Expand Up @@ -346,6 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [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
[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.0';

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

0 comments on commit ce0025d

Please sign in to comment.