diff --git a/CHANGELOG.md b/CHANGELOG.md index e96c4ed7a4..471eedc23d 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.38.0](http://github.com/lyft/flyteconsole/compare/v0.37.1...v0.38.0) (2022-01-06) + + +### Features + +* handle 'Aborting' workflow execution phases ([#256](http://github.com/lyft/flyteconsole/issues/256)) ([3231441](http://github.com/lyft/flyteconsole/commit/3231441e38b782eb83f754a8e4aa7c7ed19ce9e1)) + ## [0.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) diff --git a/package.json b/package.json index f8d9708252..d418d106c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.37.1", + "version": "0.38.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",