diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1794c4a..a81ee652b 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.33.0](http://github.com/lyft/flyteconsole/compare/v0.32.0...v0.33.0) (2021-12-07) + + +### Features + +* add advanced launch options to execution details ([#242](http://github.com/lyft/flyteconsole/issues/242)) ([711600d](http://github.com/lyft/flyteconsole/commit/711600d3eefe67451362d7c7454e2b8b4ea39d76)) + # [0.32.0](http://github.com/lyft/flyteconsole/compare/v0.31.4...v0.32.0) (2021-12-07) diff --git a/package.json b/package.json index 5120a1388..24fc77629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.32.0", + "version": "0.33.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",