From fe566d581a397599a4eb73072a0103e669c6baec Mon Sep 17 00:00:00 2001 From: 9cibot <9cibot@9ci.com> Date: Fri, 30 Jul 2021 19:14:23 +0000 Subject: [PATCH] v1.0.16 changelog, version bump [ci skip] --- CHANGELOG.md | 5 +++++ version.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8044a..5da935a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v1.0.16 + +[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.15...v1.0.16) +- feat: git secretes to check download on each goal (#8) [link](https://github.com/yakworks/shipkit/commit/994f8da55e7ff6a6598610205da1b85812e69ba6) + ### v1.0.15 [Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.14...v1.0.15) diff --git a/version.properties b/version.properties index f3a87e3..6714c35 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.16 +version=1.0.17 # 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.15 +publishedVersion=1.0.16 # when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl # when false production publish to repoUrl and ...