diff --git a/CHANGELOG.md b/CHANGELOG.md
index efe3658e..8dbc7c1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+# [1.2.0](https://github.com/valor-software/ng2-select/compare/v1.1.2...v1.2.0) (2017-01-18)
+
+
+### Bug Fixes
+
+* add checking for not udefined document object ([#541](https://github.com/valor-software/ng2-select/issues/541)) ([7330f47](https://github.com/valor-software/ng2-select/commit/7330f47))
+* **demo:** Removed duplicated attribute (data)="value" from multiple-demo.html ([#516](https://github.com/valor-software/ng2-select/issues/516)) ([7cbeb46](https://github.com/valor-software/ng2-select/commit/7cbeb46))
+* **forms:** Validation compliant to ngModel ([#575](https://github.com/valor-software/ng2-select/issues/575)) ([aaadcbb](https://github.com/valor-software/ng2-select/commit/aaadcbb))
+* **select:** compare the ID of a SelectItem instead of its text ([#358](https://github.com/valor-software/ng2-select/issues/358)) ([5c3a4e1](https://github.com/valor-software/ng2-select/commit/5c3a4e1))
+
+
+### Features
+
+* **select:** update to ng v2.3+ ([#590](https://github.com/valor-software/ng2-select/issues/590)) ([71536bc](https://github.com/valor-software/ng2-select/commit/71536bc))
+
+
+
## [1.1.2](https://github.com/valor-software/ng2-select/compare/v1.1.1...v1.1.2) (2016-11-11)
diff --git a/package.json b/package.json
index 04cdbf73..02c4ddcd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-select-base",
- "version": "1.1.2",
+ "version": "1.2.0",
"private": true,
"description": "Angular2 based replacement for select boxes",
"scripts": {
@@ -94,7 +94,7 @@
"marked": "0.3.6",
"ng2-bootstrap": "1.2.2",
"ng2-page-scroll": "4.0.0-beta.2",
- "ngm-cli": "0.4.0",
+ "ngm-cli": "0.4.3",
"npm-run-all": "^4.0.1",
"pre-commit": "1.2.2",
"protractor": "5.0.0",
diff --git a/src/package.json b/src/package.json
index 10f37a83..216af652 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-select",
- "version": "1.1.2",
+ "version": "1.2.0",
"peerDependencies": {
"@angular/common": "*",
"@angular/core": "*"