Spec 0.2

Change-Id: I222b5f0636d759a9c8025e05e0175670679352ec
diff --git a/changelog.rst b/changelog.rst
index 76f350f..5895c8b 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -9,9 +9,18 @@
   + Allow zero-length name component
   + Require implicit digest to be specified using ``ImplicitSha256Digest`` name component
 
+- **Signature**
+
+  + Add spec for ``SignatureHmacWithSha256``
+
 - **Interest**
 
   + Delete deprecated ``Scope`` guider
+  + Restrict Interest to have name with at least one name component
+
+- **Data**
+
+  + Redirect ContentType number assignments to the `wiki page <https://redmine.named-data.net/projects/ndn-tlv/wiki/ContentType>`__
 
 - **TLV-TYPE**
 
diff --git a/conf.py b/conf.py
index 039bfb0..be0b9a7 100644
--- a/conf.py
+++ b/conf.py
@@ -50,7 +50,7 @@
 # The short X.Y version.
 version = '0.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.2-alpha-4'
+release = '0.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.