diff --git a/CHANGELOG.md b/CHANGELOG.md index 72189d3..ae80665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -# idea-plugin-1 Changelog +# event-portal-plugin Changelog ## [Unreleased] + ### Added -- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) + +- Updated Event Portal API and Solace Cloud Platform API to v2.8.4 and v2.0 respectively (Oct 2024) +- Updated Java EP wrapper library to use OpenAPI generator vs. Swagger generator + diff --git a/gradle.properties b/gradle.properties index e928ba1..955687e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = community.solace.ep pluginName = event-portal-plugin # SemVer format -> https://semver.org -pluginVersion = 0.2.2 +pluginVersion = 0.3.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/lib/sol-plat-openapi-java-0.3.0.jar b/lib/sol-plat-openapi-java-0.3.0.jar new file mode 100644 index 0000000..b5c8274 Binary files /dev/null and b/lib/sol-plat-openapi-java-0.3.0.jar differ