From ee7ae4d4a43978c05f04c5af5808173e40120f5f Mon Sep 17 00:00:00 2001 From: 9cibot <9cibot@9ci.com> Date: Sat, 31 Jul 2021 15:30:40 +0000 Subject: [PATCH] v1.0.18 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 7e0530e..f5a069d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v1.0.18 + +[Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.17...v1.0.18) +- fix: db_docker_url -> docker_db_url (#10) [link](https://github.com/yakworks/shipkit/commit/d08056e9c27140e9a3a30264fcb64cf7ba1ddd58) + ### v1.0.17 [Full Changelog](https://github.com/yakworks/shipkit/compare/v1.0.16...v1.0.17) diff --git a/version.properties b/version.properties index 85ad44b..75c3b0a 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.18 +version=1.0.19 # 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.17 +publishedVersion=1.0.18 # when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl # when false production publish to repoUrl and ...