diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d5f0181..c8aec6bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](http://github.com/lyft/flyteconsole/compare/v0.55.1...v1.0.0) (2022-04-26) + + +### chore + +* release 1.0 again BREAKING CHANGE ([#426](http://github.com/lyft/flyteconsole/issues/426)) ([73dff24](http://github.com/lyft/flyteconsole/commit/73dff24557c450eb8f32c91a249067e9ebe5a4fb)) + + +### BREAKING CHANGES + +* BREAKING CHANGE +Signed-off-by: Nastya Rusina + ## [0.55.1](http://github.com/lyft/flyteconsole/compare/v0.55.0...v0.55.1) (2022-04-26) diff --git a/package.json b/package.json index 40f66cc84..a073b3c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.55.1", + "version": "1.0.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",