pubslish 0.1.0+5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bc894c..ed2bd70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,4 +73,11 @@
 * add dart identity to page
 * left nav links to dedicated page for element
 
+## 0.1.0+5
+
+* show peers in left navigation bar
+* show inherited on a separate line
+* fix links to anchors
+* fix comments for properties
+
 
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index e7633e8..1c40e0e 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -30,7 +30,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.1.0+4';
+const String version = '0.1.0+5';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 0e02558..61e9c2d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dartdoc
-version: 0.1.0+4
+version: 0.1.0+5
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc