New Features
* Add Get Group/Room Member Profile API (https://github.com/line/line-bot-sdk-python/pull/53)
* Fix super class to Template for CarouselTemplate.(https://github.com/line/line-bot-sdk-python/pull/56)
* Add get_group_member_ids / get_room_member_ids(https://github.com/line/line-bot-sdk-python/pull/58)
* Add new API for Image Carousel(https://github.com/line/line-bot-sdk-python/pull/59)
* Add datetime picker action(https://github.com/line/line-bot-sdk-python/pull/61)
* Change 'postback.params' type from python object to dict.(https://github.com/line/line-bot-sdk-python/pull/64)
Bug fixes
* Fix super class to Template for CarouselTemplate.(https://github.com/line/line-bot-sdk-python/pull/56)
Trivial fixes
* Trivial fix. (https://github.com/line/line-bot-sdk-python/pull/57)
* Add sample code of 'image_carousel' and 'datetime picker postback'.(https://github.com/line/line-bot-sdk-python/pull/62)