diff --git a/README.md b/README.md
index 7d0f8891bc..04fb93fa00 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@
ยท
Meet the Team
- ๐ Version 0.13.1 is out. Check out the release notes
+ ๐ Version 0.13.2 is out. Check out the release notes
here.
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9798c58e56..0c19b12164 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,4 +1,31 @@
+
+# 0.13.2
+
+ZenML 0.13.2 comes with a new local Docker orchestrator and many other improvements and fixes:
+* You can now run your pipelines locally in isolated Docker containers per step
+* @gabrielmbmb updated our MLFlow experiment tracker to work with Databricks deployments ๐
+* Documentation updates for cloud deployments and multi-tenancy Kubeflow support
+
+## What's Changed
+* Update GitHub Actions by @fa9r in https://github.com/zenml-io/zenml/pull/864
+* Raise zenml exception when cyclic graph is detected by @schustmi in https://github.com/zenml-io/zenml/pull/866
+* Add source to segment identify call by @htahir1 in https://github.com/zenml-io/zenml/pull/868
+* Use default local paths/URIs for the local artifact and metadata stores by @stefannica in https://github.com/zenml-io/zenml/pull/873
+* Implement local docker orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/862
+* Update cheat sheet with latest CLI commands from 0.13.0 by @dnth in https://github.com/zenml-io/zenml/pull/867
+* Add a note about importing proper DockerConfiguration module by @jsuchome in https://github.com/zenml-io/zenml/pull/877
+* Bugfix/misc by @schustmi in https://github.com/zenml-io/zenml/pull/878
+* Fixed bug in tfx by @htahir1 in https://github.com/zenml-io/zenml/pull/883
+* Mlflow Databricks connection by @gabrielmbmb in https://github.com/zenml-io/zenml/pull/882
+* Refactor cloud guide to stack deployment guide by @wjayesh in https://github.com/zenml-io/zenml/pull/861
+* Add cookie consent by @strickvl in https://github.com/zenml-io/zenml/pull/871
+* Stack recipe CLI improvements by @wjayesh in https://github.com/zenml-io/zenml/pull/872
+* Kubeflow workaround added by @htahir1 in https://github.com/zenml-io/zenml/pull/886
+
+
+**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.13.1...test
+
# 0.13.1
ZenML 0.13.1 is here and it comes with several quality of life improvements:
diff --git a/pyproject.toml b/pyproject.toml
index ead995987d..4ed108feaf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zenml"
-version = "0.13.1"
+version = "0.13.2"
packages = [
{ include = "zenml", from = "src" },
]
diff --git a/src/zenml/VERSION b/src/zenml/VERSION
index ed0d9e9902..3f8dcd03d2 100644
--- a/src/zenml/VERSION
+++ b/src/zenml/VERSION
@@ -1 +1 @@
-0.13.1
\ No newline at end of file
+0.13.2
\ No newline at end of file