diff --git a/CHANGELOG.md b/CHANGELOG.md index 6678eb4..711a9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # SmartTomcat Changelog +## [4.7.0] + +- Support config the catalina base directory, thanks to @meier123456 + ## [4.6.1] - Stop the debug process gracefully, fix #75. diff --git a/gradle.properties b/gradle.properties index 5b5dd7f..d47cc7d 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.6.1 +pluginVersion = 4.7.0 pluginSinceBuild = 193.5233.102 pluginUntilBuild=