diff --git a/CHANGELOG.md b/CHANGELOG.md index e355fbee5..6881fa519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.11.2](https://github.com/ng-select/ng-select/compare/v2.11.1...v2.11.2) (2018-10-25) + + +### Bug Fixes + +* use autocomplete off when labelForId is used ([5f4d833](https://github.com/ng-select/ng-select/commit/5f4d833)), closes [#269](https://github.com/ng-select/ng-select/issues/269) + + + ## [2.11.1](https://github.com/ng-select/ng-select/compare/v2.11.0...v2.11.1) (2018-10-20) diff --git a/src/package.json b/src/package.json index 04feb75b5..a3b72e596 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/ng-packagr/package.schema.json", "name": "@ng-select/ng-select", - "version": "2.11.1", + "version": "2.11.2", "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete", "author": "@ng-select/ng-select", "license": "MIT",