diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c9c92..f55e875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.0.22 + +[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.21...v1.0.22) +- move back to old way with shell for init_vars [link](https://github.com/yakworks/shipkit/commit/c2262e95b7a7d18299f66a9c12b6f8a1b86b406c) +- feat: cleaner VERBOSE now. dependency now on sinclude MAKE_ENV_FILE so its not doing the goofy subshell thing and stays in target (#14) [link](https://github.com/yakworks/shipkit/commit/11c8b90f22a50ab392d2dd7013c8e45aede3436f) + ### v1.0.21 [Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.20...v1.0.21) diff --git a/version.properties b/version.properties index f2c0529..958850b 100644 --- a/version.properties +++ b/version.properties @@ -1,11 +1,11 @@ # !TODO NOT VERSIONED YET # the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below -version=1.0.22 +version=1.0.23 # publishedVersion is the last production version that was released, # should have a matching vX.Y.Z tag in github, used for changelog and diffs during release # set this to false if this is first relase or no previous tag -publishedVersion=1.0.21 +publishedVersion=1.0.22 # when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl # when false production publish to repoUrl and ...