Skip to content

Commit ce0025d

Browse files
authored
Prepare 9.2.0 release (#206)
2 parents 42e9ec6 + 9254cc4 commit ce0025d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 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.0] - 2024-11-19
911
### Added
1012
- [GH#180](https://github.com/jolicode/automapper/pull/180) Add configuration to generate code with strict types
1113
- [GH#183](https://github.com/jolicode/automapper/pull/183) Ability to change reload strategy from AutoMapper::create()
@@ -346,6 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346348
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
347349

348350
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.2...HEAD
351+
[9.2.0]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
349352
[9.1.2]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
350353
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
351354
[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.0';
4141

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

0 commit comments

Comments
 (0)