Skip to content

Commit 84bf3f0

Browse files
committed
Release v2.12.0
1 parent 9fffeb6 commit 84bf3f0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v2.12.0](https://github.com/CasperWA/push-protected/tree/v2.12.0) (2022-07-11)
4+
5+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.11.0...v2.12.0)
6+
7+
**Merged pull requests:**
8+
9+
- Sleep 5 seconds after status checks are done [\#131](https://github.com/CasperWA/push-protected/pull/131) ([gao-sun](https://github.com/gao-sun))
10+
311
## [v2.11.0](https://github.com/CasperWA/push-protected/tree/v2.11.0) (2022-07-01)
412

513
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.10.0...v2.11.0)

push_action/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
It is meant to only be used in the `push-protected` GitHub action.
55
"""
66

7-
__version__ = "2.11.0"
7+
__version__ = "2.12.0"
88
__author__ = "Casper Welzel Andersen"

0 commit comments

Comments
 (0)