Skip to content

Commit

Permalink
Release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 3, 2022
1 parent 8d4040a commit c2b4d13
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog

## [v2.7.0](https://github.com/CasperWA/push-protected/tree/v2.7.0) (2021-12-14)
## [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)

**Implemented enhancements:**

- Update this repository's default branch to `main` [\#84](https://github.com/CasperWA/push-protected/issues/84)
- Change default branch name to match GitHub [\#80](https://github.com/CasperWA/push-protected/issues/80)

**Fixed bugs:**

- Force pushing tags when updating `master` [\#88](https://github.com/CasperWA/push-protected/issues/88)
- Problem with CI [\#86](https://github.com/CasperWA/push-protected/issues/86)

**Merged pull requests:**

- Force update `master` tag [\#89](https://github.com/CasperWA/push-protected/pull/89) ([CasperWA](https://github.com/CasperWA))
- Fix CI runs for `main` updates [\#87](https://github.com/CasperWA/push-protected/pull/87) ([CasperWA](https://github.com/CasperWA))
- Finish update to `main` with `master` tag [\#85](https://github.com/CasperWA/push-protected/pull/85) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#82](https://github.com/CasperWA/push-protected/pull/82) ([CasperWA](https://github.com/CasperWA))
- Use `main` as default `branch` value instead of `master` [\#81](https://github.com/CasperWA/push-protected/pull/81) ([CasperWA](https://github.com/CasperWA))

## [v2.7.0](https://github.com/CasperWA/push-protected/tree/v2.7.0) (2021-12-15)

[Full Changelog](https://github.com/CasperWA/push-protected/compare/v2.6.0...v2.7.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.7.0"
__version__ = "2.8.0"
__author__ = "Casper Welzel Andersen"

0 comments on commit c2b4d13

Please sign in to comment.