Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbellens committed Oct 13, 2023
1 parent dee2e3b commit c899185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.8

- **FIX**: use proper authentication in revoke endpoint (issue [#83](https://github.com/appsup-dart/openid_client/issues/83)). ([09d49652](https://github.com/appsup-dart/openid_client/commit/09d49652760a9931977288f24f32caff51a1bc76))
- **FIX**: Exception thrown before redirecting on web ([#76](https://github.com/appsup-dart/openid_client/issues/76)). ([7c803048](https://github.com/appsup-dart/openid_client/commit/7c803048b04b48e4ac352999648fd1a09b30a207))
- **FEAT**: add support for additional parameters (pull request [#101](https://github.com/appsup-dart/openid_client/issues/101) from twklessor). ([dee2e3b5](https://github.com/appsup-dart/openid_client/commit/dee2e3b5b8ffef32bbb70b361f4edbccee96b8b6))

## 0.4.7+1

- **REFACTOR**: upgrade http dependency (pull request [#94](https://github.com/appsup-dart/openid_client/issues/94) from wstrange). ([bb3fbac5](https://github.com/appsup-dart/openid_client/commit/bb3fbac5b187011f1230addc7c4bf8e3d070d0c0))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openid_client
description: Library for working with OpenID Connect and implementing clients.
version: 0.4.7+1
version: 0.4.8
homepage: https://github.com/appsup-dart/openid_client
funding:
- https://github.com/sponsors/rbellens
Expand Down

0 comments on commit c899185

Please sign in to comment.