diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a614a96..8f2dfe345 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.29.2](http://github.com/lyft/flyteconsole/compare/v0.29.1...v0.29.2) (2021-10-25) + + +### Bug Fixes + +* json bug on struct input ([#233](http://github.com/lyft/flyteconsole/issues/233)) ([88c23a6](http://github.com/lyft/flyteconsole/commit/88c23a6ee9f598c9cf31f1999cf6a9c712d8d6e0)) + ## [0.29.1](http://github.com/lyft/flyteconsole/compare/v0.29.0...v0.29.1) (2021-10-20) diff --git a/package.json b/package.json index 2f28808b9..c51166d2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.29.1", + "version": "0.29.2", "description": "The web UI for the Flyte platform", "repository": { "type": "git",