Skip to content

Commit c3b42a3

Browse files
authored
Prepare 9.1.2 release (#182)
2 parents deb3f27 + 1fb11e7 commit c3b42a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1.2] - 2024-09-03
911
### Fixed
1012
- [GH#174](https://github.com/jolicode/automapper/pull/174) Fix race condition when writing generated mappers
1113
- [GH#167](https://github.com/jolicode/automapper/pull/167) Fix property metadata attribute name in docs
@@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329331
### Fixed
330332
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
331333

332-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.1...HEAD
334+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.2...HEAD
335+
[9.1.2]: https://github.com/janephp/janephp/compare/9.1.1...9.1.2
333336
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
334337
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
335338
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2

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.1.2';
4141

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

0 commit comments

Comments
 (0)