Skip to content

Commit

Permalink
Updated CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-talbot42 committed Sep 22, 2022
1 parent 0552264 commit af478af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [4.0.1] - 2022-09-22

### Fixed

- Issue [#121](https://github.com/42BV/beanmapper/issues/121) **Mapping an Enum field to an Enum field of the same type fails when a custom toString method is
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to use Beanmapper in your project, simply add the following Maven depen
<dependency>
<groupId>io.beanmapper</groupId>
<artifactId>beanmapper</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

Expand Down

0 comments on commit af478af

Please sign in to comment.