diff --git a/bower.json b/bower.json
index 243d1ad..7a5b527 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-logging",
- "version": "1.0.0-rc.1.0.1",
+ "version": "1.0.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",
"keywords": [
"aurelia",
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 1a03927..ff56a03 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+# [1.0.0](https://github.com/aurelia/logging/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/logging/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 6c2c92d..11dc8d2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-logging",
- "version": "1.0.0-rc.1.0.1",
+ "version": "1.0.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",
"keywords": [
"aurelia",