diff --git a/CHANGELOG.md b/CHANGELOG.md index edf3ccf6f..e50ac59b0 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.19.4](http://github.com/lyft/flyteconsole/compare/v0.19.3...v0.19.4) (2021-01-15) + + +### Bug Fixes + +* default to not showing errors for WaitForQuery ([#146](http://github.com/lyft/flyteconsole/issues/146)) ([62e7ab3](http://github.com/lyft/flyteconsole/commit/62e7ab3a2fd612a2d6fa50bdf4f2693ea314c275)) + ## [0.19.3](http://github.com/lyft/flyteconsole/compare/v0.19.2...v0.19.3) (2021-01-15) diff --git a/package.json b/package.json index 63c87b76c..e94cead01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.19.3", + "version": "0.19.4", "description": "The web UI for the Flyte platform", "repository": { "type": "git",