From 29f69e715f88466fcf6986c7c1087a85c2adffc5 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Wed, 5 Jan 2022 01:09:18 +0000 Subject: [PATCH] chore(release): Release 0.37.1 [skip ci] ## [0.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) ### Bug Fixes * Fixed missing Authrole values on ExecutionMetaDataExtra ([#255](http://github.com/lyft/flyteconsole/issues/255)) ([71af238](http://github.com/lyft/flyteconsole/commit/71af238e7fe9b9e0c698627865c807ff981fbaac)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd902be67..e96c4ed7a 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.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) + + +### Bug Fixes + +* Fixed missing Authrole values on ExecutionMetaDataExtra ([#255](http://github.com/lyft/flyteconsole/issues/255)) ([71af238](http://github.com/lyft/flyteconsole/commit/71af238e7fe9b9e0c698627865c807ff981fbaac)) + # [0.37.0](http://github.com/lyft/flyteconsole/compare/v0.36.0...v0.37.0) (2021-12-29) diff --git a/package.json b/package.json index 0d8cc12f4..84c7ffb61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.37.0", + "version": "0.37.1", "description": "The web UI for the Flyte platform", "repository": { "type": "git",