diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71e8d094..cad5e234 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.13.0](https://github.com/KnisterPeter/tsdi/compare/v0.12.3...v0.13.0) (2017-09-05)
+
+
+### Features
+
+* add debug logging ([3fa3e8e](https://github.com/KnisterPeter/tsdi/commit/3fa3e8e))
+
+
+
## [0.12.3](https://github.com/KnisterPeter/tsdi/compare/v0.12.2...v0.12.3) (2017-08-31)
diff --git a/package-lock.json b/package-lock.json
index 6722bb32..a30df62f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tsdi",
- "version": "0.12.3",
+ "version": "0.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index de6ebaf7..abb855a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tsdi",
- "version": "0.12.3",
+ "version": "0.13.0",
"description": "Dependency Injection container (IoC) for TypeScript",
"main": "dist/lib/decorators.js",
"files": [