diff --git a/CHANGELOG.md b/CHANGELOG.md index 661e090..6555a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.5.1...v2.6.0) (2021-03-02) + + +### Features + +* add support for crane and kaniko ([a6b83b1](https://github.com/alexanderbabel/semantic-release-docker/commit/a6b83b1dd3089fc169e0708a0355ff9a8bf6ec8b)) + ## [2.5.1](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.5.0...v2.5.1) (2020-08-06) diff --git a/package.json b/package.json index c80c445..be54969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alexbabel/semantic-release-docker", - "version": "2.5.1", + "version": "2.6.0", "description": "Set of semantic-release plugins to publish to gitlab docker registry", "main": "index.js", "scripts": {