diff --git a/CHANGELOG.md b/CHANGELOG.md index 687b078e..5b837f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog ## [Unreleased] + +## [0.13.16] - \#415 Unable to enter parameters - Show error for trigger builds (Read from Header X-Error) -- \#413 0.13.15-2022.2 - still not working with Intellij 2022.3 - Fix Proxy Handling - \#426 Plugin Failing After IntelliJ Upgrade to 0.13.15 if jenkins is hosted Tomcat or QUery Parameters are not relaxed - Add Trace Logging for Url calls with `#org.codinjutsu.tools.jenkins:trace` diff --git a/gradle.properties b/gradle.properties index 936a2e1c..9196fe98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = org.codinjutsu pluginName = jenkins-control-plugin # SemVer format -> https://semver.org -pluginVersion = 0.13.16-eap3 +pluginVersion = 0.13.16 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.