diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbcd3001..80926c6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [2.0.208](https://github.com/bullhorn/novo-elements/compare/v2.0.207...v2.0.208) (2017-06-07) + + +### Bug Fixes + +* **appbridge:** Fixing window callbacks ([7f9aa06](https://github.com/bullhorn/novo-elements/commit/7f9aa06)) +* **pickers:** Adding flag to disable infinite scroll ([17a6b90](https://github.com/bullhorn/novo-elements/commit/17a6b90)) +* **pickers:** Adding flag to disable infinite scroll ([3c9a99e](https://github.com/bullhorn/novo-elements/commit/3c9a99e)) + + + ## [2.0.207](https://github.com/bullhorn/novo-elements/compare/v2.0.206...v2.0.207) (2017-06-06) diff --git a/package.json b/package.json index 1448ecbfe..fc02639d6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.207", + "version": "2.0.208", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "precommit": "npm run lint",