diff --git a/CHANGELOG/CHANGELOG-v1.8.1.md b/CHANGELOG/CHANGELOG-v1.8.1.md new file mode 100644 index 0000000000..d13c5f4adb --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.8.1.md @@ -0,0 +1,7 @@ +# Flyte v1.8.1 Patch + +## Flyte Console +https://github.com/flyteorg/flyteconsole/releases/tag/v1.8.6 +https://github.com/flyteorg/flyteconsole/releases/tag/v1.8.7 + +**Full Changelog**: https://github.com/flyteorg/flyteconsole/compare/v1.8.5...v1.8.7 diff --git a/rsts/conf.py b/rsts/conf.py index e51523a6cf..1d421f91e3 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.8.0" +release = "1.8.1" # -- General configuration ---------------------------------------------------