Skip to content

Commit

Permalink
Update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpaydar3 committed Jan 30, 2024
1 parent abe7d68 commit 8cafa9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
VERSION_PREFIX: '2.2.0'
VERSION_PREFIX: '2.2.1'
GITHUB_PAGES_BRANCH: 'gh-pages'

jobs:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.1

### Fixes
- Treat the custom HTTP header names as case-insensitive.

## 2.2.0
### Features
- Additional constructors have been added to the OAuth `TokenClient` and `OAuthClientCredentialsHandler` to support OAuth scopes.
Expand Down

0 comments on commit 8cafa9b

Please sign in to comment.