Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.0 #86

Merged
merged 2 commits into from
Mar 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# CHANGELOG

## 0.5.0 - 2021-02-17

* Add oauth_body_hash parameter to authorization header
* Do not require token_secret for 2-legged authentication
* Added HMAC-SHA256 support
* Added ext-openssl suggest
* Added PHP 8 Support

## 0.4.0 - 2020-06-30

### Changed
- Allow guzzle v7
* Allow guzzle 7

## 0.3.0 - 2015-08-15

* Updated to work with Guzzle 6 as a middleware.

* Updated to work with Guzzle 6 as a middleware