From 5dea2a0164fd32b38ceef8c8873868bb66b9e395 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Dec 2022 19:15:36 +0000 Subject: [PATCH] chore(release): 1.3.2 ## [1.3.2](https://github.com/erzz/dockle-action/compare/v1.3.1...v1.3.2) (2022-12-28) ### :bug: Bug Fixes * Run authenticated requests against the GitHub API ([1dd541c](https://github.com/erzz/dockle-action/commit/1dd541c2bb36b89e3d5f80d0557876135109f536)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6f951..2933706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/erzz/dockle-action/compare/v1.3.1...v1.3.2) (2022-12-28) + + +### :bug: Bug Fixes + +* Run authenticated requests against the GitHub API ([1dd541c](https://github.com/erzz/dockle-action/commit/1dd541c2bb36b89e3d5f80d0557876135109f536)) + ## [1.3.1](https://github.com/erzz/dockle-action/compare/v1.3.0...v1.3.1) (2022-07-05)