diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d28872df..84a4741c7 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.51.3](http://github.com/lyft/flyteconsole/compare/v0.51.2...v0.51.3) (2022-04-13) + + +### Bug Fixes + +* **383:** tasks and workflow number capped to 25 in dashboard page ([#384](http://github.com/lyft/flyteconsole/issues/384)) ([a8c0ab8](http://github.com/lyft/flyteconsole/commit/a8c0ab8e80fc63c872e8840e24635970b04ed58c)) + ## [0.51.2](http://github.com/lyft/flyteconsole/compare/v0.51.1...v0.51.2) (2022-04-13) diff --git a/package.json b/package.json index 1ec292d31..fc4e7a2cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.51.2", + "version": "0.51.3", "description": "The web UI for the Flyte platform", "repository": { "type": "git",