Skip to content

Commit

Permalink
Release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 1, 2022
1 parent 34d56a7 commit 738823d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [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)

**Implemented enhancements:**

- Add `path` input [\#128](https://github.com/CasperWA/push-protected/issues/128)

**Merged pull requests:**

- New `path` input - no more `actions/checkout` v1 testing [\#129](https://github.com/CasperWA/push-protected/pull/129) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#127](https://github.com/CasperWA/push-protected/pull/127) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#126](https://github.com/CasperWA/push-protected/pull/126) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#122](https://github.com/CasperWA/push-protected/pull/122) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#120](https://github.com/CasperWA/push-protected/pull/120) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#118](https://github.com/CasperWA/push-protected/pull/118) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#116](https://github.com/CasperWA/push-protected/pull/116) ([CasperWA](https://github.com/CasperWA))

## [v2.10.0](https://github.com/CasperWA/push-protected/tree/v2.10.0) (2022-04-14)

[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.9.0...v2.10.0)
Expand Down
2 changes: 1 addition & 1 deletion push_action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
It is meant to only be used in the `push-protected` GitHub action.
"""

__version__ = "2.10.0"
__version__ = "2.11.0"
__author__ = "Casper Welzel Andersen"

0 comments on commit 738823d

Please sign in to comment.