Skip to content

Commit

Permalink
Release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 17, 2022
1 parent 434b9c5 commit 5be7ea4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.8.0"
__version__ = "2.9.0"
__author__ = "Casper Welzel Andersen"

0 comments on commit 5be7ea4

Please sign in to comment.