diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d6392e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/defilantech/issueparser/compare/v0.1.0...v0.1.1) (2025-11-29) + + +### Features + +* add CI/CD with GitHub Actions, GoReleaser, and Release Please ([#1](https://github.com/defilantech/issueparser/issues/1)) ([4f89478](https://github.com/defilantech/issueparser/commit/4f894782b1db8abdcc1c7d54c47da8cc4efaaa00))