diff --git a/CHANGELOG.md b/CHANGELOG.md
index 860216f..22815fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+# [1.2.0](https://github.com/ngParty/ng-metadata/compare/1.1.5...v1.2.0) (2016-04-02)
+
+
+### Features
+
+* **core/directives:** support one way binding for components by using @Input('<') ([5f1dd82](https://github.com/ngParty/ng-metadata/commit/5f1dd82)), closes [#54](https://github.com/ngParty/ng-metadata/issues/54)
+* **playground:** add more examples with new features, like one way binding etc ([f07360c](https://github.com/ngParty/ng-metadata/commit/f07360c))
+
+
+
## [1.1.5](https://github.com/ngParty/ng-metadata/compare/1.1.4...v1.1.5) (2016-03-12)
diff --git a/package.json b/package.json
index 1692e88..302c7c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-metadata",
- "version": "1.1.5",
+ "version": "1.2.0",
"description": "Angular 2 style decorators and utils for Angular 1.x",
"scripts": {
"typings": "typings install",