Skip to content

Commit

Permalink
Prepare v9.1.0 release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Jun 6, 2024
2 parents f7cddfe + cb12d1a commit d368287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.1.0] - 2024-06-06
### Added
- [GH#153](https://github.com/jolicode/automapper/pull/153) Handle DateTime format in MapTo/MapFrom/Mapper attributes

Expand Down Expand Up @@ -320,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* [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.0.2...HEAD
[Unreleased]: https://github.com/jolicode/automapper/compare/9.1.0...HEAD
[9.1.0]: https://github.com/janephp/janephp/compare/9.0.2...9.1.0
[9.0.2]: https://github.com/janephp/janephp/compare/9.0.1...9.0.2
[9.0.1]: https://github.com/janephp/janephp/compare/9.0.0...9.0.1
[9.0.0]: https://github.com/janephp/janephp/compare/9.0.0-beta.2...9.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '10.0.0-dev';
public const VERSION = '9.1.0';

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

0 comments on commit d368287

Please sign in to comment.