diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index d738b96578..ec91ae831d 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases](https://github.com/Unleash/unleash-frontend/releases). +# 4.0.4 + +- fix: update feedback url # 4.0.3 diff --git a/frontend/src/component/App.tsx b/frontend/src/component/App.tsx index 0685a06d29..7e4b9d90ae 100644 --- a/frontend/src/component/App.tsx +++ b/frontend/src/component/App.tsx @@ -88,7 +88,7 @@ const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {