From 9456a7466c4e4485a8d7a78e72a14df08d163f2c Mon Sep 17 00:00:00 2001 From: flyisland Date: Mon, 7 Feb 2022 09:15:19 +0800 Subject: [PATCH] release: 1.1.5 --- CHANGELOG.md | 7 ++++++- build.gradle | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a3d12..c00d2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### Fixed + +## [1.1.5] - 2022-02-07 +### Added +### Fixed +- [fix](https://github.com/flyisland/solconfig/commit/37129cf04f4b2fbccf54a8510736c2b5a5ae291a): Got NullPointerException while applying `create` or `backup` commands with only a file name with no folder prefix. - fix: opposite action of "--keep-default" option of `backup` command - fix: accept `adminHost` end with "/" - feature: output debug information via environment variables `SOLCONFIG_LOGGING_LEVEL` set to "debug" -- fix: fix: some objects like like "/msgVpns/bridges/remoteMsgVpns", have identifying attributes might not be required attributes +- fix: some objects like like "/msgVpns/bridges/remoteMsgVpns", have identifying attributes might not be required attributes ## [1.1.4] - 2021-09-18 ### Added diff --git a/build.gradle b/build.gradle index 01274f6..524d192 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.solace.tools.solconfig' -version '1.1.4' +version '1.1.5' def longVersion = version + ", Build time: "+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) repositories {