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

Commit

Permalink
release: v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flyisland committed Mar 28, 2022
1 parent 6ed9b53 commit 3744eae
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 @@ -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

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.5'
version '1.1.6'
def longVersion = version + ", Build time: "+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date())

repositories {
Expand Down

0 comments on commit 3744eae

Please sign in to comment.