diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fd87445..fc7e284 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.1.1](https://github.com/jimeh/dotkatapult/compare/v0.1.0...v0.1.1) (2022-11-14) + + +### Features + +* **build:** upgrade to go1.19 ([c4b01af](https://github.com/jimeh/dotkatapult/commit/c4b01af3e627ec8f66059898e5841d45b491f08a)) + ## 0.1.0 (2022-05-23)