diff --git a/CHANGELOG.md b/CHANGELOG.md index 9125158..ddd430b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v2.13.0](https://github.com/CasperWA/push-protected/tree/v2.13.0) (2022-08-15) + +[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.12.0...v2.13.0) + +**Merged pull requests:** + +- add git-lfs support [\#139](https://github.com/CasperWA/push-protected/pull/139) ([jbcpollak](https://github.com/jbcpollak)) +- Update dependencies [\#138](https://github.com/CasperWA/push-protected/pull/138) ([CasperWA](https://github.com/CasperWA)) +- Create FUNDING.yml [\#137](https://github.com/CasperWA/push-protected/pull/137) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#135](https://github.com/CasperWA/push-protected/pull/135) ([CasperWA](https://github.com/CasperWA)) + ## [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) diff --git a/push_action/__init__.py b/push_action/__init__.py index d7dc196..a4394ed 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.12.0" +__version__ = "2.13.0" __author__ = "Casper Welzel Andersen"