Skip to content

Commit

Permalink
Release 1.0.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Apr 17, 2020
1 parent a364d15 commit 172ee8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [v1.0.1](https://github.com/auth0/express-openid-connect/tree/v1.0.1) (2020-04-17)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v1.0.0...v1.0.1)

**Fixed**
- Fix issue where authz header was overridden in code exchange [\#86](https://github.com/auth0/express-openid-connect/pull/86) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v1.0.0](https://github.com/auth0/express-openid-connect/tree/v1.0.0) (2020-03-30)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v0.8.1...v1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openid-connect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Express middleware to protect web applications using OpenID Connect.",
"homepage": "https://github.com/auth0/express-openid-connect",
"license": "MIT",
Expand Down

0 comments on commit 172ee8c

Please sign in to comment.