diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5156577..3b02948 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+# 1.2.2 (2017-27-November)
+
+Fixes from base elevate-zoom-plus (v.1.2.2) library:
++ CORE: lots and lots of code quality improvements (thnxs Gregor Adams !!!)
++ FEATURE: add option to gallery swap event (thnxs shrpne)
++ FEATURE: added custom zoomContainer (thnxs David Rosendo)
++ FIX: properly remove event handlers on destroy (thxs shrpne)
++ FIX: IE 11 compatibility (thnxs Michael Thessel)
+
+
# 1.2.1 (2017-06-March)
diff --git a/bower.json b/bower.json
index 1ed5ee9..02f05da 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
- "version": "1.2.1",
+ "version": "1.2.2",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
@@ -27,7 +27,7 @@
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
- "ez-plus": "~1.2.1"
+ "ez-plus": "~1.2.2"
},
"devDependencies": {
},
diff --git a/package.json b/package.json
index 4140caa..7f8e533 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
- "version": "1.2.1",
+ "version": "1.2.2",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [
@@ -32,7 +32,7 @@
"dependencies": {
"jquery": ">=2.1.4",
"angular": "~1.3.4",
- "ez-plus": "~1.2.1"
+ "ez-plus": "~1.2.2"
},
"devDependencies": {
"grunt": "^0.4.5",