diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a38031d..47674cddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.19.1](https://github.com/angular-ui/ui-select/compare/v0.19.0...v0.19.1) (2016-08-09) + + +### Bug Fixes + +* **bootstrap layout:** Restrict selected length to ui-select-container (#1680) ([01055c5](https://github.com/angular-ui/ui-select/commit/01055c5)), closes [#1576](https://github.com/angular-ui/ui-select/issues/1576) + + + # [0.19.0](https://github.com/angular-ui/ui-select/compare/v0.19.0...v0.19.0) (2016-08-07) diff --git a/package.json b/package.json index c60536ddb..24f55301c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git://github.com/angular-ui/ui-select.git" }, "style": "dist/select.css", - "version": "0.19.1", + "version": "0.19.2", "devDependencies": { "angular": "^1.2.18", "angular-mocks": "^1.2.18",