diff --git a/CHANGELOG.md b/CHANGELOG.md index b5973061ab..fe33ed98f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.48.0](http://github.com/lyft/flyteconsole/compare/v0.47.3...v0.48.0) (2022-04-05) + + +### Features + +* project domain default page ([#352](http://github.com/lyft/flyteconsole/issues/352)) ([aaded00](http://github.com/lyft/flyteconsole/commit/aaded00accd742ef6cdfb0398e985a0fd8d114f4)) + ## [0.47.3](http://github.com/lyft/flyteconsole/compare/v0.47.2...v0.47.3) (2022-03-29) diff --git a/package.json b/package.json index 4b54ebb1ce..66bf5be084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.47.3", + "version": "0.48.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",