Skip to content

Commit

Permalink
Merge pull request #1400 from sharetribe/v7.3.0
Browse files Browse the repository at this point in the history
v7.3.0
  • Loading branch information
OtterleyW authored Jan 13, 2021
2 parents 1d5a1e9 + fc88476 commit 4e2ae97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

## [v7.3.0] 2021-01-13

- [fix] Move well-known/\* endpoints related to OIDC proxy setup from `apiRouter` to new
`wellKnownRouter`so that they can be enabled outside the basic auth setup. It also makes it
simpler to set the identity provider url, because we can drop the `/api` part of the path. Also,
Expand All @@ -23,6 +25,8 @@ way to update this template, but currently, we follow a pattern:
the user away from EmailVerificationPage.
[#1397](https://github.com/sharetribe/ftw-daily/pull/1397)

[v7.3.0]: https://github.com/sharetribe/ftw-daily/compare/v7.2.0...v7.3.0

## [v7.2.0] 2020-12-16

- [add] Add helper functions for setting up your own OIDC authentication and using FTW server as
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "7.2.0",
"version": "7.3.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 4e2ae97

Please sign in to comment.