diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a3cfd2..06650fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.36.1" + ".": "4.36.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fab5529..4d9f070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.36.2](https://github.com/ZeroGachis/.github/compare/v4.36.1...v4.36.2) (2024-09-27) + + +### Bug Fixes + +* **run-pytest:** Allow to fetch built docker image from ghcr.io ([a26d453](https://github.com/ZeroGachis/.github/commit/a26d4538f3c20e4af08ee629e234a091d1fc7fb3)) + ## [4.36.1](https://github.com/ZeroGachis/.github/compare/v4.36.0...v4.36.1) (2024-09-27)