Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flyisland committed Nov 3, 2022
1 parent b21c341 commit b89f3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b89f3bc

Please sign in to comment.