diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e260c287..a5a3dd879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.9.0 (2018-02-15) + +- Added autocomplete component. [#1438](https://github.com/blackbaud/skyux2/pull/1438) (Thanks @Blackbaud-TomRamsey) +- Fixed action button keyup also triggering click event. [#1448](https://github.com/blackbaud/skyux2/pull/1448) +- Fixed error when dropdown does not include menu. [#1470](https://github.com/blackbaud/skyux2/pull/1470) +- Fixed error when popover directive references undefined popover component. [#1475](https://github.com/blackbaud/skyux2/pull/1475) + # 2.8.0 (2018-02-08) - Added flyout component. [#1460](https://github.com/blackbaud/skyux2/pull/1460) (Thanks @Blackbaud-TrevorBurch and @Blackbaud-AlexKingman) diff --git a/package.json b/package.json index c2d7c7994..9f98f1cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blackbaud/skyux", - "version": "2.8.0", + "version": "2.9.0", "description": "SKY UX built on Angular 2", "author": "Blackbaud, Inc.", "homepage": "https://github.com/blackbaud/skyux2",