From 5be7ea4c56297a14be630e15a6c31d7d01dba7a0 Mon Sep 17 00:00:00 2001 From: CasperWA Date: Mon, 17 Jan 2022 10:33:33 +0000 Subject: [PATCH] Release v2.9.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ push_action/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 189eaba..1d987e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [Unreleased](https://github.com/CasperWA/push-protected/tree/HEAD) + +[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.9.0...HEAD) + +**Closed issues:** + +- Not clear which scope should I use to enable `unprotect_reviews` option [\#60](https://github.com/CasperWA/push-protected/issues/60) + +## [v2.9.0](https://github.com/CasperWA/push-protected/tree/v2.9.0) (2022-01-14) + +[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.8.0...v2.9.0) + +**Implemented enhancements:** + +- Warn or error upon using token without proper rights [\#94](https://github.com/CasperWA/push-protected/issues/94) +- Add `debug` option [\#93](https://github.com/CasperWA/push-protected/issues/93) + +**Merged pull requests:** + +- Check permission [\#95](https://github.com/CasperWA/push-protected/pull/95) ([CasperWA](https://github.com/CasperWA)) +- Update dependencies [\#92](https://github.com/CasperWA/push-protected/pull/92) ([CasperWA](https://github.com/CasperWA)) + ## [v2.8.0](https://github.com/CasperWA/push-protected/tree/v2.8.0) (2022-01-03) [Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.7.0...v2.8.0) diff --git a/push_action/__init__.py b/push_action/__init__.py index aa08378..e4374df 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.8.0" +__version__ = "2.9.0" __author__ = "Casper Welzel Andersen"