diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7d997..b02bc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/kevinah95/hacienda/compare/v0.1.0...v0.2.0) (2023-12-06) + + +### Bug Fixes + +* Add LICENSE ([7c91b36](https://github.com/kevinah95/hacienda/commit/7c91b36a24e12fe29971b36dbc7be752ca35f599)) + + +### Miscellaneous Chores + +* release 0.2.0 ([ce51208](https://github.com/kevinah95/hacienda/commit/ce51208e7817746e1962a7afe6be53bbfd77972a)) + ## [0.1.0](https://github.com/kevinah95/hacienda/compare/v0.0.1...v0.1.0) (2023-12-06) diff --git a/cmd/root.go b/cmd/root.go index a1d1411..d822606 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,7 +22,7 @@ Más información sobre el API del Ministerio de Hacienda en: https://api.hacienda.go.cr/status o https://bit.ly/2McNcpX `, - Version: "0.1.0", // x-release-please-version + Version: "0.2.0", // x-release-please-version Example: ` hacienda fe ae --id=2100042005 `,