diff --git a/CHANGELOG.md b/CHANGELOG.md index c78d195..f335230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +### Fixed + +## [1.1.6] - 2022-03-28 +### Added - add add "__skipThisObject" attribute to skip objects while performing `update` command ### Fixed diff --git a/build.gradle b/build.gradle index 524d192..6786906 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.solace.tools.solconfig' -version '1.1.5' +version '1.1.6' def longVersion = version + ", Build time: "+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) repositories {