Update CHANGELOG

This commit is contained in:
CrazyMax 2020-05-11 15:23:05 +02:00
parent 361e8038b1
commit ca924eba23
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 14 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,8 +1,22 @@
# Changelog
## 2.0.0 (2020/05/11)
* Add ability to sign commits through [Import GPG](https://github.com/crazy-max/ghaction-import-gpg) GitHub Action
* Add `author` input
* Fix default committer and author for GitHub Actions bot
* More synthetic output
* Replace `GITHUB_PAT` env var with `GH_PAT` (#53)
* Replace `committer_name` and `committer_email` inputs with `committer`
## 1.5.3 (2020/05/11)
* Mark `GITHUB_PAT`, `committer_name` and `committer_email` inputs as deprecated
## 1.5.2 (2020/05/09)
* Update CI workflow
* Cleanup local paths from extra fields
* Fix action yml
## 1.5.1 (2020/05/04)