diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe5564caa..cc2e5d2545 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.20.1](http://github.com/lyft/flyteconsole/compare/v0.20.0...v0.20.1) (2021-06-03) + + +### Bug Fixes + +* handle fullInputs for relaunch workflow ([#171](http://github.com/lyft/flyteconsole/issues/171)) ([8a4fd82](http://github.com/lyft/flyteconsole/commit/8a4fd82ba16def5460a92fddc9b79a46b02450a9)) + # [0.20.0](http://github.com/lyft/flyteconsole/compare/v0.19.7...v0.20.0) (2021-05-10) diff --git a/package.json b/package.json index bd26c74e24..fe89154d57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.20.0", + "version": "0.20.1", "description": "The web UI for the Flyte platform", "repository": { "type": "git",