diff --git a/CHANGELOG.md b/CHANGELOG.md index 820aaafd85..e31dd76413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [1.1.0](https://github.com/xgfe/react-native-datepicker/compare/v1.0.3...v1.1.0) (2016-05-06) + + +### Features + +* **datepicker:** add support for custom btn text([1bbd66e](https://github.com/xgfe/react-native-datepicker/commit/1bbd66e)) +* **datepicker:** add support for custom icon([7ffbe43](https://github.com/xgfe/react-native-datepicker/commit/7ffbe43)) +* **datepicker:** add support for custom styles with customStyles property([cb254e4](https://github.com/xgfe/react-native-datepicker/commit/cb254e4)) + + + ## [1.0.3](https://github.com/xgfe/react-native-datepicker/compare/v1.0.2...v1.0.3) (2016-04-27)