Skip to content

Commit 2973a78

Browse files
authored
Prepare v9.1.1 release (#165)
2 parents 4ca1546 + 1c33ca6 commit 2973a78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [9.1.1] - 2024-06-19
1011
### Fixed
1112
- [GH#164](https://github.com/jolicode/automapper/pull/164) Fix type extract with @param in constructor doc block
1213

@@ -324,7 +325,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324325
### Fixed
325326
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
326327

327-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.0...HEAD
328+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.1...HEAD
329+
[9.1.1]: https://github.com/janephp/janephp/compare/9.1.0...9.1.1
328330
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
329331
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
330332
[9.0.1]: https://github.com/janephp/janephp/compare/9.0.0...9.0.1

src/AutoMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
3737
{
38-
public const VERSION = '10.0.0-dev';
38+
public const VERSION = '9.1.1';
3939

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

0 commit comments

Comments
 (0)