diff --git a/CHANGELOG.md b/CHANGELOG.md index 6786ff2c8..dd5a84725 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.1](http://github.com/lyft/flyteconsole/compare/v0.51.0...v0.51.1) (2022-04-12) + + +### Bug Fixes + +* dimensionality per data type blob and be disabled in UI ([#371](http://github.com/lyft/flyteconsole/issues/371)) ([dc38ae3](http://github.com/lyft/flyteconsole/commit/dc38ae39ceecce24f9a65f4c02f364d8ab05728d)) + # [0.51.0](http://github.com/lyft/flyteconsole/compare/v0.50.4...v0.51.0) (2022-04-12) diff --git a/package.json b/package.json index 23c8b1360..7a58a539d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.51.0", + "version": "0.51.1", "description": "The web UI for the Flyte platform", "repository": { "type": "git",