From 07c52dd5d0286f96b9bbd9a8db6054e648d14ff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:29:30 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#9) Co-authored-by: Mateusz Urbanek --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3dc75..8292eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.1](https://github.com/shanduur/labeler/compare/v1.0.0...v1.0.1) (2024-01-13) + + +### Bug Fixes + +* **cli:** compatibility with v3alpha7 code ([#14](https://github.com/shanduur/labeler/issues/14)) ([8912f3b](https://github.com/shanduur/labeler/commit/8912f3b4a6f37362710d61f148ec091c4a437083)) +* **deps:** bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 ([#11](https://github.com/shanduur/labeler/issues/11)) ([8c79f0d](https://github.com/shanduur/labeler/commit/8c79f0d28f78dd269a7577453d4b304ebeffeefc)) +* **deps:** bump github.com/urfave/cli/v3 ([#10](https://github.com/shanduur/labeler/issues/10)) ([1c8ee6b](https://github.com/shanduur/labeler/commit/1c8ee6b51aa9ba40623ff88e5031476c822c8d81)) +* **deps:** bump github.com/urfave/cli/v3 ([#8](https://github.com/shanduur/labeler/issues/8)) ([c2fbb0a](https://github.com/shanduur/labeler/commit/c2fbb0a7f56325fbd111858dafadff3b953a18c7)) +* **deps:** bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 ([#5](https://github.com/shanduur/labeler/issues/5)) ([5d8a922](https://github.com/shanduur/labeler/commit/5d8a92258602c8f8ce3e080030bd0506fc32a57d)) +* **deps:** bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 ([#13](https://github.com/shanduur/labeler/issues/13)) ([f744db9](https://github.com/shanduur/labeler/commit/f744db9104ba194d77ecec2dd99c454642b68fc5)) +* labels workflow ([954d1d1](https://github.com/shanduur/labeler/commit/954d1d14ac0401f78120abc1d8b0925350b7e478)) + ## 1.0.0 (2023-11-23)