diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a7808ef7a5330a2e9083639d94238577299f739..b18dc9102cd0021b1f4becc875cc5011e2d64af5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
 # CHANGELOG
 
+## 0.2.6
+- Updated the Polymer and Angular templates to the latest packages
+
 ## 0.2.5+4
-- Added a reference to the webcomponents-lite.js in the polymer template
+- Added a reference to the webcomponents-lite.js in the Polymer template
 
 ## 0.2.5+3
 
diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart
index 8062e8a087ba6236c8139a2f3b1da4ebd0c7b781..137f9a4cdfb5206a2023a6d1a365e1c867034b4f 100644
--- a/lib/src/cli_app.dart
+++ b/lib/src/cli_app.dart
@@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
 const String APP_NAME = 'stagehand';
 
 // This version must be updated in tandem with the pubspec version.
-const String APP_VERSION = '0.2.5+4';
+const String APP_VERSION = '0.2.6';
 
 const String APP_PUB_INFO =
     'https://pub.dartlang.org/packages/${APP_NAME}.json';
diff --git a/pubspec.yaml b/pubspec.yaml
index 95faba30a919e3b0371c810ea2e46ca9570c32c8..124e29e6ee2358ff398255ad674d5c88821ed97b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@
 
 name: stagehand
 # When changing this version, change the lib/src/cli_app.dart version as well.
-version: 0.2.5+4
+version: 0.2.6
 description: >
   A scaffolding generator for your Dart projects. Stagehand helps you get set
   up!