diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fa07b4ad..b5f6c60782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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 diff --git a/package.json b/package.json index 3c82f4abc1..59da6dc232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "7.2.0", + "version": "7.3.0", "private": true, "license": "Apache-2.0", "dependencies": {