diff --git a/bower.json b/bower.json
index abf8633..3428671 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
- "version": "1.0.0-rc.1.0.1",
+ "version": "1.0.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 5bde0ae..84a9946 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+# [1.0.0](https://github.com/aurelia/templating-router/compare/1.0.0-rc.1.0.1...v1.0.0) (2016-07-27)
+
+
+
# [1.0.0-rc.1.0.1](https://github.com/aurelia/templating-router/compare/1.0.0-rc.1.0.0...v1.0.0-rc.1.0.1) (2016-07-12)
diff --git a/package.json b/package.json
index 5cc71d6..8329b1e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
- "version": "1.0.0-rc.1.0.1",
+ "version": "1.0.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",