From b89f3bc8ed4923568bb3f94605fb5535c79d248c Mon Sep 17 00:00:00 2001 From: flyisland Date: Thu, 3 Nov 2022 09:45:36 +0800 Subject: [PATCH] release 1.1.7 --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47277ee..b810515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### Fixed + +## [1.1.7] +### Added +### Fixed - fix, if Targeted broker is on Solace Cloud, some objects will be ignored. With Solace Cloud, objects Authentication, CA, and ClientProfiles should be managed by the Solace Cloud API - fix, add "/msgVpns/restDeliveryPoints/restConsumers/oauthJwtClaims" to the SPEC_PATHS_OF_REQUIRES_DISABLE_CHILD list diff --git a/build.gradle b/build.gradle index ea900ef..3fa40d7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.solace.tools.solconfig' -version '1.1.6' +version '1.1.7' def longVersion = version + ", Build time: "+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) repositories {