diff --git a/CHANGELOG.md b/CHANGELOG.md index 179421ce..15ac636f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.19.0] - 2022-11-07 + +- Updates version so that new plugin versions can only be used by new core versions due to dependency changes. - Updates ThirdParty recipe errors to now extend `ThirdPartyException` ## [2.18.0] - 2022-08-18 diff --git a/build.gradle b/build.gradle index 81dccd1f..8b0039e1 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' } -version = "2.18.0" +version = "2.19.0" repositories { mavenCentral()