Skip to content

Commit

Permalink
Add changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Sep 26, 2019
1 parent e642341 commit 775e01c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CHANGELOG

## [v0.4.0](https://github.com/auth0/express-openid-connect/tree/v0.4.0) (2019-09-26)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v0.3.0...v0.4.0)

**Important note:** This release bumps the minimum Node version required to `^10.13.0`.

**Closed issues**
- GetUser [\#10](https://github.com/auth0/express-openid-connect/issues/10)
- Thoughts on user info endpoint? [\#7](https://github.com/auth0/express-openid-connect/issues/7)

**Changed**
- feat: bump openid-client [\#12](https://github.com/auth0/express-openid-connect/pull/12) ([panva](https://github.com/panva))

**Removed**
- Remove debugging callbacks [\#17](https://github.com/auth0/express-openid-connect/pull/17) ([joshcanhelp](https://github.com/joshcanhelp))
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": "0.3.0",
"version": "0.4.0",
"description": "An Express.js middleware to protect OpenID Connect web applications.",
"homepage": "https://github.com/auth0/express-openid-connect",
"license": "MIT",
Expand Down

0 comments on commit 775e01c

Please sign in to comment.