Skip to content

Commit

Permalink
Updated changelog for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbussmann committed May 17, 2024
1 parent 6b38a21 commit 5d3bd66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All Notable changes to `oauth2-apple` will be documented in this file

## 0.3.0 - 202X-XX-XX
## 0.4.0 - 202X-XX-XX

### Added
- Nothing
Expand All @@ -18,6 +18,14 @@ All Notable changes to `oauth2-apple` will be documented in this file
### Security
- Nothing

## 0.3.0 - 2024-05-18

### Added
- Allow lcobucci/jwt ^5.0 [#44](https://github.com/patrickbussmann/oauth2-apple/pull/44)

### Fixed
- Handle different JWT::decode signatures [#54](https://github.com/patrickbussmann/oauth2-apple/pull/54)

## 0.2.10 - 2022-10-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
}
}
}

0 comments on commit 5d3bd66

Please sign in to comment.