Skip to content

Commit

Permalink
Changelog, readme, npm update, and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 26, 2020
1 parent e930103 commit b527639
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 110 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [v0.8.0](https://github.com/auth0/express-openid-connect/tree/v0.8.0) (2020-02-26)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v0.7.0...v0.8.0)

This release contains a breaking change for all applications. Please see the PR below for migration info.

**Changed**
- App session settings [\#68](https://github.com/auth0/express-openid-connect/pull/68) ([joshcanhelp](https://github.com/joshcanhelp))

## [v0.7.0](https://github.com/auth0/express-openid-connect/tree/v0.7.0) (2020-02-18)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v0.6.0...v0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library requires:
- Node v10.13 or higher
- Express v4.17 or higher

**Please Note:** This library is currently in beta status and has not had a complete security review. We **do not** recommend using this library in production yet. As we move towards general availability, please be aware that releases may contain breaking changes. We will be monitoring the Issues queue here for feedback and questions. PRs and comments on existing PRs are welcome!
This library is currently in **Beta status** and has not had a complete security review. We **do not** recommend using this library in production yet. As we move towards general availability, please be aware that releases may contain breaking changes. We will be monitoring the Issues queue here for feedback and questions. PRs and comments on existing PRs are welcome!

[![CircleCI](https://img.shields.io/circleci/build/github/auth0/express-openid-connect/master?style=flat-square)](https://circleci.com/gh/auth0/express-openid-connect/tree/master)
[![codecov](https://img.shields.io/codecov/c/github/auth0/express-openid-connect?style=flat-square)](https://codecov.io/gh/auth0/express-openid-connect)
Expand Down
Loading

0 comments on commit b527639

Please sign in to comment.