From 4de16e9d0baa8de8515c14d135d756a2b28fce5e Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Fri, 24 May 2024 15:55:09 +0530 Subject: [PATCH] fix: compatible with 6.2 --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- pluginInterfaceSupported.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3f79a..c2db6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.28.0] - 2024-05-24 + +- Compatible with plugin interface version 6.2 + ## [1.27.1] - 2024-04-19 - Compatible with plugin interface version 6.1 diff --git a/build.gradle b/build.gradle index 79e26d7..0014c54 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' } -version = "1.27.1" +version = "1.28.0" repositories { mavenCentral() diff --git a/pluginInterfaceSupported.json b/pluginInterfaceSupported.json index 476e2b8..0dedee8 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.1" + "6.2" ] } \ No newline at end of file