CHANGELOG.md in calendly-0.13.0 vs CHANGELOG.md in calendly-0.14.0
- old
+ new
@@ -1,9 +1,20 @@
# CHANGELOG
+## 0.14.0 - 2022-11-06
+
+- supported Activity Log API. (#59, thanks to Calendly gave us a sample JSON file)
+ - `GET /activity_log_entries`
+ - changed were followings:
+ - Client
+ - (Add method) activity_log_entries
+ - Organization model
+ - (Add method) activity_log_entries
+
## 0.13.0 - 2022-08-03
- supported List Event Type Available Times API. (#57)
+ - `GET /event_type_available_times`
- changed were followings:
- Client
- (Add method) event_type_available_times
- EventType model
- (Add method) available_times