diff --git a/build.gradle b/build.gradle
index 7578f0a3fd..1a291b7279 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
file("publish.properties").withInputStream { props.load(it) }
// Our version: bump this on release.
- ext.corda_version = "0.8.1"
+ ext.corda_version = "0.8.2"
ext.gradle_plugins_version = props.getProperty("gradlePluginsVersion")
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.
diff --git a/docs/source/getting-set-up-fault-finding.rst b/docs/source/getting-set-up-fault-finding.rst
index a3de482eb7..5f2b1c3038 100644
--- a/docs/source/getting-set-up-fault-finding.rst
+++ b/docs/source/getting-set-up-fault-finding.rst
@@ -6,7 +6,7 @@ Milestone releases
When you clone the corda or cordapp-template repos, they will default to the master branch. The master branch is being continuously developed upon, and its features may not align with the state of Corda as described in the docs. Additionally, the master branch of the CorDapp Template may break in response to changes in the main corda repo.
-When developing on Corda, you should always check out the latest stable release tag instead, by running ``git checkout release-M8.1``.
+When developing on Corda, you should always check out the latest stable release tag instead, by running ``git checkout release-M8.2``.
Java issues
-----------
diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst
index ce2b59e0c4..dd85083860 100644
--- a/docs/source/getting-set-up.rst
+++ b/docs/source/getting-set-up.rst
@@ -76,7 +76,7 @@ and a basic CorDapp that you can use as the basis for your own CorDapps is avail
You can clone both of these repos to your local machine by running the command ``git clone [repo URL]``.
By default, both repos will be on the ``master`` branch. However, this is an unstable development branch. You should check
-out the latest milestone release (currently Milestone 8.1) instead by running ``git checkout release-M8.1``.
+out the latest milestone release (currently Milestone 8.2) instead by running ``git checkout release-M8.2``.
Opening Corda/CorDapps in IDEA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 0ededb0acc..dab43f8372 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -2,7 +2,7 @@ Welcome to the Corda documentation!
===================================
`Corda `_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
-release is M8.1. The codebase is on `GitHub `_, and our community can be found on
+release is M8.2. The codebase is on `GitHub `_, and our community can be found on
`Slack `_ and in our `forum `_.
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction
diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst
index 2f2e0cac91..de0779e0b7 100644
--- a/docs/source/release-notes.rst
+++ b/docs/source/release-notes.rst
@@ -3,6 +3,11 @@ Release notes
Here are brief summaries of what's changed between each snapshot release.
+Milestone 8.2
+-------------
+
+* Added an openAttachment endpoint to the RPC interface to allow downloading of attachments via RPC.
+
Milestone 8.1
-------------