Skip to content

Commit d368287

Browse files
authored
Prepare v9.1.0 release (#161)
2 parents f7cddfe + cb12d1a commit d368287

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.0] - 2024-06-06
1011
### Added
1112
- [GH#153](https://github.com/jolicode/automapper/pull/153) Handle DateTime format in MapTo/MapFrom/Mapper attributes
1213

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

323-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.0.2...HEAD
324+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.0...HEAD
325+
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
324326
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
325327
[9.0.1]: https://github.com/janephp/janephp/compare/9.0.0...9.0.1
326328
[9.0.0]: https://github.com/janephp/janephp/compare/9.0.0-beta.2...9.0.0

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.0';
3939

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

0 commit comments

Comments
 (0)