diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e7815ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +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. + +### 2.0.1 (2021-04-30) + + +### Features + +* allow ingress annotations ([#244](https://github.com/tobybatch/kimai2/issues/244)) ([18751ac](https://github.com/tobybatch/kimai2/commits/18751acebf03b4ee56d631cebc587ab8b7bef997)) + + +### Bug Fixes + +* reinstated file marker ([625dbd7](https://github.com/tobybatch/kimai2/commits/625dbd7a26dba0c0d3005ca142be91b08a9c2a23)) +* updated tag names in readme ([#243](https://github.com/tobybatch/kimai2/issues/243)) ([f6a6cac](https://github.com/tobybatch/kimai2/commits/f6a6cac3554d4ecd5fb1e2a1a30fec02ae1cd649)) diff --git a/package-lock.json b/package-lock.json index f199e5d..5e5b6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5396,5 +5396,5 @@ "dev": true } }, - "version": "1.1.0" + "version": "2.0.1" } diff --git a/package.json b/package.json index 98bad75..6e2a4cb 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, - "version": "1.1.0" + "version": "2.0.1" }