diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeb284e2..1bb7aaedd 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.25.2](http://github.com/lyft/flyteconsole/compare/v0.25.1...v0.25.2) (2021-09-16) + + +### Bug Fixes + +* repopulate struct input fields on relaunch form ([#201](http://github.com/lyft/flyteconsole/issues/201)) ([950e080](http://github.com/lyft/flyteconsole/commit/950e080a2c52c6294630f0ffd1410b0e45b50a8d)) + ## [0.25.1](http://github.com/lyft/flyteconsole/compare/v0.25.0...v0.25.1) (2021-09-13) diff --git a/package.json b/package.json index 430584d5e..f642432ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.25.1", + "version": "0.25.2", "description": "The web UI for the Flyte platform", "repository": { "type": "git", @@ -211,4 +211,4 @@ "resolutions": { "micromatch": "^4.0.0" } -} \ No newline at end of file +}