diff --git a/CHANGELOG.md b/CHANGELOG.md index a28767fbc..2bd0494e7 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.7.3](http://github.com/lyft/flyteconsole/compare/v0.7.2...v0.7.3) (2020-07-06) + + +### Bug Fixes + +* prevents collapsing of execution errors when scrolled out of view ([#80](http://github.com/lyft/flyteconsole/issues/80)) ([ba39c1c](http://github.com/lyft/flyteconsole/commit/ba39c1c9c0783d69aee48de2f1b666879472e6b8)) + ## [0.7.2](http://github.com/lyft/flyteconsole/compare/v0.7.1...v0.7.2) (2020-07-01) diff --git a/package.json b/package.json index 39d231ce1..23dca9ccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.7.2", + "version": "0.7.3", "description": "The web UI for the Flyte platform", "repository": { "type": "git",