Skip to content

Commit

Permalink
updates version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar authored Nov 7, 2022
1 parent 7ae1044 commit 30b8ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

version = "2.18.0"
version = "2.19.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 30b8ebe

Please sign in to comment.