diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e13036..2a1fa9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,6 @@ ### Added - Set default password from vault_password_file when creating new Vault -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - -## 1.20 - 2022-12-12 - ### Fixed - Vault password from text file on Windows - Preserve newline at end of file diff --git a/gradle.properties b/gradle.properties index 2d91745..3ee5a49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion=1.21 +pluginVersion=1.20 # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library kotlin.stdlib.default.dependency=false