Prepare release 0.5

Change-Id: I196869398c577fb0f1c702218a22bc90dd0d3716
Refs: #4275
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4ea6962..ae693ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,22 @@
 Release Notes
 =============
 
+## Version 0.5
+
+all:
+- Switch to version 2 of certificates, `KeyChain`, and `Validator` (Issue #4089)
+- Compilation fixes (Issue #4259)
+
+peek:
+- Convert use of `Link` into `ForwardingHint` (Issue #4055)
+
+chunks:
+- Make `ndnputchunks` display some output by default. A new `-q` flag makes output
+  completely silent, except for errors (Issue #4286)
+- Refactor `ndnputchunks` options handling
+- Reduce initial timeout of iterative version discovery in `ndncatchunks` (Issue #4291)
+- Fix potential `ndncatchunks` crash on exit
+
 ## Version 0.4
 
 **NOTE**
diff --git a/wscript b/wscript
index abdf4ef..e4991b3 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
 # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 
-VERSION = '0.4'
+VERSION = '0.5'
 APPNAME = 'ndn-tools'
 GIT_TAG_PREFIX = 'ndn-tools-'