diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c042e..6c32479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +## [1.0.1] - 2023-08-09 + +### Fixed +- Fixed the plugin compatibility metadata + ## [1.0.0] - 2023-07-24 ### Fixed diff --git a/gradle.properties b/gradle.properties index 5289327..0ee79d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = io.smallrye pluginName = smallrye-graphql-client-intellij-plugin pluginRepositoryUrl = https://github.com/smallrye/smallrye-graphql-client-intellij-plugin # SemVer format -> https://semver.org -pluginVersion = 1.0.0 +pluginVersion = 1.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223