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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flyisland committed Feb 7, 2022
1 parent 37129cf commit 9456a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4'
version '1.1.5'
def longVersion = version + ", Build time: "+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date())

repositories {
Expand Down

0 comments on commit 9456a74

Please sign in to comment.