Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed May 16, 2019
1 parent 1a0fe50 commit ece0f33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Updated to Byte-Buddy to support Java 13 EA. ([Issue 239](https://github.com/jqno/equalsverifier/issues/239); thanks William!)

<a name="3.x"/>

## [3.1.8] - 2019-05-16
### Changed
- Fixed spelling of Apache License, Version 2.0. ([Issue 241](https://github.com/jqno/equalsverifier/issues/241); thanks Vincent!)

### Fixed
- Updated to Byte-Buddy to support Java 13 EA. ([Issue 239](https://github.com/jqno/equalsverifier/issues/239); thanks William!)

## [3.1.8] - 2019-04-04
### Fixed
- Testing a class with Guava `TypeToken` causes AbstractMethodError. ([Issue 238](https://github.com/jqno/equalsverifier/issues/238))
Expand Down Expand Up @@ -657,8 +663,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.1.8...HEAD
[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.9...HEAD

[3.1.9]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.8...equalsverifier-3.1.9
[3.1.8]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.7...equalsverifier-3.1.8
[3.1.7]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.6...equalsverifier-3.1.7
[3.1.6]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.5...equalsverifier-3.1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Maven coordinates are:
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit ece0f33

Please sign in to comment.