diff --git a/HISTORY.md b/HISTORY.md index a28c6429..d8a7cda9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +v2.1.0 +================== +* Add Polymer 1.x/2.x hybrid element support +* Add favoriting feature to allow users to 'favorite' items in the context +browser and see those items listed in a separate Favorited Items Panel + v2.0.14 ================== * add device flags diff --git a/bower.json b/bower.json index 35cdf57b..6337ad1b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-context-browser", - "version": "2.0.14", + "version": "2.1.0", "main": [ "px-context-browser.html" ], diff --git a/package.json b/package.json index e95a24b7..9108fbbb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-context-browser", "author": "General Electric", "description": "A Px component", - "version": "2.0.14", + "version": "2.1.0", "private": false, "extName": null, "repository": {