From b84c21441b09bc6c3bd4f453309042f8f1442ba8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:35:53 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb83d9b..f0bd305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/ptah-sh/ptah-agent/compare/v0.1.0...v0.2.0) (2024-06-29) + + +### Features + +* [#9](https://github.com/ptah-sh/ptah-agent/issues/9) improve naming of the resulting binary ([c434b5c](https://github.com/ptah-sh/ptah-agent/commit/c434b5c4d682728711c5a7a41f65d34295fa82d6)) + + +### Bug Fixes + +* [#9](https://github.com/ptah-sh/ptah-agent/issues/9) try fix ci ([da728ea](https://github.com/ptah-sh/ptah-agent/commit/da728eaf90c30e248eaa6b81fa406b0287f5dfbf)) + ## [0.1.0](https://github.com/ptah-sh/ptah-agent/compare/v0.0.1...v0.1.0) (2024-06-28)