From 755ca8f691081ba43c2ae1f46020a0489a841132 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Wed, 21 Jun 2023 14:21:45 +0800 Subject: [PATCH] Release 4.6.0 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edb10c..f999ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # SmartTomcat Changelog +## [4.6.0] + +- Support configuring the SSL port, thanks to @leopoldhub. + ## [4.5.0] - Support reading classpath from the specific module as the classpath for Tomcat runtime. diff --git a/gradle.properties b/gradle.properties index 8c2c934..92b4055 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US pluginName = SmartTomcat pluginGroup = com.poratu.idea.plugins.tomcat -pluginVersion = 4.5.0 +pluginVersion = 4.6.0 pluginSinceBuild = 193.5233.102 pluginUntilBuild=