# 2019-06-18 - Version 2.0.0
* Updated for usage with `react-bootstrap`

# 2019-06-18 - Version 1.0.14
* Removed unused default prop, specified react-bootstrap version limitation

# 2017-10-09 - Version 1.0.12
* Added `disabled` prop to support read-only use-cases (https://github.com/yury-dymov/react-bootstrap-timezone-picker/pull/6)

# 2017-05-03 - Version 1.0.11
* Added `prop-types` package to support React 16+

# 2016-10-08 - Version 1.0.7
* `defaultValue` prop added instead of `initialValue` to support standard props for React components. `initialValue` is still supported for backward compatibility but removed from documentation and considered to be deprecated
* ESC button supported added to close option list
* switched to `airbnb-eslint-config` for ESLint
* implemented tests
* deps and devDeps updated
