diff --git a/CHANGELOG.md b/CHANGELOG.md index 15638f7175..b5973061ab 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.47.3](http://github.com/lyft/flyteconsole/compare/v0.47.2...v0.47.3) (2022-03-29) + + +### Bug Fixes + +* add cached info to timeline ([#347](http://github.com/lyft/flyteconsole/issues/347)) ([d1d9bd0](http://github.com/lyft/flyteconsole/commit/d1d9bd0dfc8c7e7897e7896dbb1244402595cd7c)) + ## [0.47.2](http://github.com/lyft/flyteconsole/compare/v0.47.1...v0.47.2) (2022-03-28) diff --git a/package.json b/package.json index 54067ba6db..c0133a7f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.47.2", + "version": "0.47.3", "description": "The web UI for the Flyte platform", "repository": { "type": "git",