This project adheres to Semantic Versioning.
2.2.0 - 2020-02-13
- Fixed a bug with Moshi not able to de/serialize JSON strings.
- Added a sample project to help with manual testing of changes to the project.
- Updated CHANGELOG.md footer links with unreleased info.
2.1.0 - 2020-02-06
- Updated README.md specifying the minimum required Gradle version.
- Updated all the dependencies to their latest version.
- Added support for posting report to Gitlab as an issue.
2.0.0 - 2019-02-19
-
Replaced hardcoded latest version number in the README.md with a dynamic latest version badge.
-
Made error message when a repository is not found to read better. Now instead of
404 Repository with Repo: 'hellofresh/deblibs-gradle-plugin' was not found
it now reads404 Repository at 'hellofresh/deblibs-gradle-plugin' was not found
.
- Fixed wrong Gradle plugin website URL.
-
Removed
githubOwner
property and replaced it with justgithubRepo
which means you have to add the owner as well. So nowgithubRepo
value would behellofresh/deblibs-gradle-plugin
. -
Removed Slack's default icon and replaced it with nothing. This means if you want an icon with the bot you have to provide a URL for the icon.
1.0.0 - 2018-12-11
- Added support for posting report to Github as an issue.
- Added support for posting report to Slack as a message.