diff --git a/conf.py b/conf.py
index 80008bf49..03012ad36 100644
--- a/conf.py
+++ b/conf.py
@@ -56,7 +56,7 @@ copyright = u'2017, ' + author
# The short X.Y version.
version = u'7.0'
# The full version, including alpha/beta/rc tags.
-release = u'7.0.0'
+release = u'7.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/releases/v7.0.1.rst b/releases/v7.0.1.rst
new file mode 100644
index 000000000..2d64ee518
--- /dev/null
+++ b/releases/v7.0.1.rst
@@ -0,0 +1,61 @@
+.. |br| raw:: html
+
+
+
+v7.0.1
+======
+
+You can see the full changelog at `PostgREST v7.0.1 release page `_.
+
+Fixed
+-----
+
+* Fix overloaded computed columns on RPC
+ |br| -- `@wolfgangwalther `_
+
+* Fix POST, PATCH, DELETE with ``?select=`` and ``Prefer: return=minimal`` and PATCH with empty body
+ |br| -- `@wolfgangwalther `_
+
+* Fix missing ``openapi-server-proxy-uri`` config option
+ |br| -- `@steve-chavez `_
+
+* Fix ``Content-Profile`` not working for POST RPC
+ |br| -- `@steve-chavez `_
+
+* Fix PUT restriction for including all columns in payload
+ |br| -- `@steve-chavez `_
+
+
+Thanks
+------
+
+This release was made possible thanks to:
+
+.. image:: ../_static/cybertec.png
+ :target: https://www.cybertec-postgresql.com/en/
+ :width: 13em
+
+.. image:: ../_static/2ndquadrant.png
+ :target: https://www.2ndquadrant.com/en/?utm_campaign=External%20Websites&utm_source=PostgREST&utm_medium=Logo
+ :width: 13em
+
+.. image:: ../_static/retool.png
+ :target: https://tryretool.com/?utm_source=sponsor&utm_campaign=postgrest
+ :width: 13em
+
+* `Daniel Babiak `_
+* Evans Fernandes
+* `Jan Sommer `_
+* Tsingson Qin
+* Michel Pelletier
+* Jay Hannah
+* Robert Stolarz
+* Kofi Gumbs
+* Nicholas DiBiase
+* Christopher Reid
+* Nathan Bouscal
+* Daniel Rafaj
+* David Fenko
+
+
+If you'd like to join them, consider `supporting PostgREST development `_.