diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb47305fb99afc6015e9c15e325bd8b40fe76ff4..1b8c2427d1786e7833d8b2569022ff56bbcee2b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Notable changes to Conduit are documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project aspires to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## Unreleased
+## [0.7.1] - Released 2021-02-11
 
 ### Fixed
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9762754c0cea569c5aa9d7ae7ecd794f0a8b1f8e..4f3b8f1c8f0419b074831e36adb10ed0ded893ef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
 # Conduit
 ################################
 
-project(conduit VERSION "0.7.0")
+project(conduit VERSION "0.7.1")
 
 ################################ 
 # Build Options
diff --git a/src/docs/sphinx/conf.py b/src/docs/sphinx/conf.py
index bddb557267c14bbceb577afdaf85d656a33bb220..0bfaf3998acffe5d78ffd4aa405c1847fedd3439 100644
--- a/src/docs/sphinx/conf.py
+++ b/src/docs/sphinx/conf.py
@@ -69,9 +69,9 @@ copyright = u'Copyright (c) 2015-2020, LLNS'
 # built documents.
 #
 # The short X.Y version.
-version = '0.7.0'
+version = '0.7.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.7.0'
+release = '0.7.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/src/docs/sphinx/releases.rst b/src/docs/sphinx/releases.rst
index 2ea55c832e40bec55d2667059dfd54f3d7ae2d58..89066497efdb26423f6c212c96b2bbce7d7d656b 100644
--- a/src/docs/sphinx/releases.rst
+++ b/src/docs/sphinx/releases.rst
@@ -13,6 +13,30 @@ https://github.com/LLNL/conduit/releases
 .. note:: Conduit uses `BLT <https://github.com/LLNL/blt>`__ as its core CMake build system. We leverage BLT as a git submodule, however github does not include submodule contents in its automatically created source tarballs. To avoid confusion, starting with v0.3.0 we provide our own source tarballs that include BLT. 
 
 
+v0.7.1
+---------------------------------
+
+* `Source Tarball <https://github.com/LLNL/conduit/releases/download/v0.7.1/conduit-v0.7.1-src-with-blt.tar.gz>`__
+
+Highlights
+++++++++++++++++++++++++++++++++++++
+
+(Extracted from Conduit's :download:`Changelog <../../../CHANGELOG.md>`)
+
+
+Fixed
+~~~~~
+
+
+* **General**
+
+ * Fixed a bug with Conduit's C interface including C++ headers.
+
+* **Blueprint**
+
+ * Fixed a bug with ``blueprint::mesh::matset::to_silo`` and ``blueprint::mesh::field::to_silo`` that could modify input values.
+ 
+
 v0.7.0
 ---------------------------------