Skip to content

Commit

Permalink
Update changelog for 3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Aug 1, 2022
1 parent e15ee94 commit a43662d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-3.X.md
@@ -1,5 +1,18 @@
# Changelog

## 3.8.0

### Added
- API rate limit error status can be 403 ([matthewnessworthy](https://github.com/matthewnessworthy)) [#1072](https://github.com/KnpLabs/php-github-api/issues/1072)
- Add method to use generate release notes endpoint ([GuySartorelli](https://github.com/GuySartorelli)) [#1074](https://github.com/KnpLabs/php-github-api/issues/1074)
- Fix typehint for repository dispatch method ([cweagans](https://github.com/cweagans)) [#1066](https://github.com/KnpLabs/php-github-api/issues/1066)

### Changed
- Update security.md ([secalith-code](https://github.com/secalith-code)) [#1076](https://github.com/KnpLabs/php-github-api/issues/1076)

### Fixed
- dont require encoding ([gemal](https://github.com/gemal)) [#1071](https://github.com/KnpLabs/php-github-api/issues/1071)

## 3.7.0

### Added
Expand Down

0 comments on commit a43662d

Please sign in to comment.