diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3622c..9648eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://sigyl.com///compare/v0.2.0...v0.2.1) (2020-09-23) + + +### Bug Fixes + +* wait image ([b4a5dc8](https://sigyl.com///commit/b4a5dc8bb681fc9d9e5303a6bfff9221c30a141e)) + ## [0.2.0](https://sigyl.com///compare/v0.1.1...v0.2.0) (2020-09-23) diff --git a/package.json b/package.json index 7bf6b4a..40cd360 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.2.0", + "version": "0.2.1", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",