diff --git a/CHANGELOG.md b/CHANGELOG.md index 3143830..609894f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ +## 1.5.1 + +- 🐛 Expose Apache commons-exec as API dependency #66 + ## 1.5.0 - ✨ Gradle logging to file/s #59 diff --git a/gradle.properties b/gradle.properties index e7c0ad0..4e5739a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.warning.mode = all # 🆔 Properties # group = at.phatbl -version = 1.5.0 +version = 1.5.1 artifactName = shellexec pluginClass = ShellExecPlugin diff --git a/src/main/resources/VERSION.txt b/src/main/resources/VERSION.txt index 3e1ad72..8e03717 100644 --- a/src/main/resources/VERSION.txt +++ b/src/main/resources/VERSION.txt @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file