Skip to content

Commit 6b25de8

Browse files
committed
Release v2.14.0
1 parent 6a35155 commit 6b25de8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v2.14.0](https://github.com/CasperWA/push-protected/tree/v2.14.0) (2022-09-28)
4+
5+
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.13.0...v2.14.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Allow using Github App Token [\#144](https://github.com/CasperWA/push-protected/issues/144)
10+
11+
**Merged pull requests:**
12+
13+
- Update dependencies [\#146](https://github.com/CasperWA/push-protected/pull/146) ([CasperWA](https://github.com/CasperWA))
14+
- Expect the `protected` key to always exist [\#145](https://github.com/CasperWA/push-protected/pull/145) ([CasperWA](https://github.com/CasperWA))
15+
- Update dependencies [\#143](https://github.com/CasperWA/push-protected/pull/143) ([CasperWA](https://github.com/CasperWA))
16+
- Update dependencies [\#142](https://github.com/CasperWA/push-protected/pull/142) ([CasperWA](https://github.com/CasperWA))
17+
318
## [v2.13.0](https://github.com/CasperWA/push-protected/tree/v2.13.0) (2022-08-15)
419

520
[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.12.0...v2.13.0)

push_action/__init__.py

Lines changed: 1 addition & 1 deletion
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.13.0"
7+
__version__ = "2.14.0"
88
__author__ = "Casper Welzel Andersen"

0 commit comments

Comments
 (0)