diff --git a/CHANGELOG.md b/CHANGELOG.md index a8707b4..9125158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.12.0](https://github.com/CasperWA/push-protected/tree/v2.12.0) (2022-07-11) + +[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.11.0...v2.12.0) + +**Merged pull requests:** + +- Sleep 5 seconds after status checks are done [\#131](https://github.com/CasperWA/push-protected/pull/131) ([gao-sun](https://github.com/gao-sun)) + ## [v2.11.0](https://github.com/CasperWA/push-protected/tree/v2.11.0) (2022-07-01) [Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.10.0...v2.11.0) diff --git a/push_action/__init__.py b/push_action/__init__.py index b2d4fd5..d7dc196 100644 --- a/push_action/__init__.py +++ b/push_action/__init__.py @@ -4,5 +4,5 @@ It is meant to only be used in the `push-protected` GitHub action. """ -__version__ = "2.11.0" +__version__ = "2.12.0" __author__ = "Casper Welzel Andersen"