Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Feb 24, 2021
1 parent c564b42 commit 808d9c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<a name="3.x"/>

## [Unreleased]

## [3.5.5] - 2021-02-24
### Changed
- Improves performace by reusing `Objenesis` instance. ([Issue 400](https://github.com/jqno/equalsverifier/issues/400); thanks selckin!)
### Fixed
Expand Down Expand Up @@ -757,8 +759,9 @@ Please don't use version 1.3; [it's a broken release](https://jqno.nl/post/2013/
You can now use EqualsVerifier!


[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.4...HEAD
[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.5...HEAD

[3.5.5]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.4...equalsverifier-3.5.5
[3.5.4]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.3...equalsverifier-3.5.4
[3.5.3]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.2...equalsverifier-3.5.3
[3.5.2]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.1...equalsverifier-3.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Maven coordinates are:
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.5.4</version>
<version>3.5.5</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add it to your build like this (please adjust for your build system of choice):
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.5.4</version>
<version>3.5.5</version>
<scope>test</scope>
</dependency>
{% endhighlight %}
Expand Down

0 comments on commit 808d9c5

Please sign in to comment.