diff --git a/CHANGELOG.md b/CHANGELOG.md index 285147c4c..dbd126a77 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.53.0](http://github.com/lyft/flyteconsole/compare/v0.52.1...v0.53.0) (2022-04-16) + + +### Features + +* archive tasks ([#395](http://github.com/lyft/flyteconsole/issues/395)) ([9ce77a7](http://github.com/lyft/flyteconsole/commit/9ce77a70e75642fe5413dbee7d59e17285d12e36)) + ## [0.52.1](http://github.com/lyft/flyteconsole/compare/v0.52.0...v0.52.1) (2022-04-15) diff --git a/package.json b/package.json index e6f8e467b..639f675b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.52.1", + "version": "0.53.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",