CHANGELOG.md in ringcentral_sdk-1.3.4 vs CHANGELOG.md in ringcentral_sdk-2.0.0
- old
+ new
@@ -1,6 +1,18 @@
CHANGELOG
---------
+- **2016-12-28**: 2.0.0
+ - Breaking Changes
+ - New block-based config, replacing old method param and env config
+ - Additions
+ - Add auto-retry request using `FaradayMiddleware::Request::Retry`
+ - Add configurable logger
+ - Update
+ - Update `pubnub` dependency to `4.0.16` from `3.8.x`
+ - Update `rake` dependency to `12.x.x` from `11.x.x`
+ - Update gemspec to include dependency versions
+ - Bugfixes
+ - Fix `logger.level` default setting
- **2016-09-05**: 1.3.4
- Bugfixes
- Fix `RingCentralSdk::REST::Subscription` renewal bug
- **2016-09-04**: 1.3.2 & 1.3.3
- Bugfixes