diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2c89b..dc8c558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.29.0] - 2024-10-04 + +- Compatible with plugin interface version 6.3 + ## [1.28.0] - 2024-05-24 - Compatible with plugin interface version 6.2 diff --git a/build.gradle b/build.gradle index 0014c54..7a80d21 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' } -version = "1.28.0" +version = "1.29.0" repositories { mavenCentral() diff --git a/pluginInterfaceSupported.json b/pluginInterfaceSupported.json index 0dedee8..25f8238 100644 --- a/pluginInterfaceSupported.json +++ b/pluginInterfaceSupported.json @@ -1,6 +1,6 @@ { "_comment": "contains a list of plugin interfaces branch names that this core supports", "versions": [ - "6.2" + "6.3" ] } \ No newline at end of file