diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9ebb2..c8fe457 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.0.43](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.42...v0.0.43) (2021-01-27) + + +### Features + +* use releaseworkflow for docker hub release ([babb5c6](https://github.com/mmuller88/influxdb-s3-backup/commit/babb5c6f359a1d25c4c775e9208637b117cbc0ef)) + ### [0.0.42](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.41...v0.0.42) (2021-01-27) diff --git a/package.json b/package.json index 9418907..3bcedbb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bundledDependencies": [], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.42", + "version": "0.0.43", "jest": { "clearMocks": true, "collectCoverage": true, diff --git a/version.json b/version.json index bdd94e1..5f42da1 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.0.42" + "version": "0.0.43" }