CHANGELOG.md in calendly-0.11.1 vs CHANGELOG.md in calendly-0.12.0
- old
+ new
@@ -1,37 +1,56 @@
# CHANGELOG
+## 0.12.0 - 2022-07-16
+
+- supported Routing Form APIs. (#55)
+ - `GET /routing_forms`
+ - `GET /routing_forms/{uuid}`
+ - `GET /routing_form_submissions`
+ - `GET /routing_form_submissions/{uuid}`
+ - changed were followings:
+ - Client
+ - (Add method) routing_form
+ - (Add method) routing_forms
+ - (Add method) routing_form_submission
+ - (Add method) routing_form_submissions
+ - Organization model
+ - (Add method) routing_forms
+ - (Add method) routing_forms!
+ - Invitee model
+ - (Add field) routing_form_submission
+
## 0.11.1 - 2022-06-29
- specified dependencies:
- - oauth2: 1.x series (refs #53)
- - faraday: 1.x or 2.x seriese (refs #51)
+ - oauth2: 1.x series (#53)
+ - faraday: 1.x or 2.x seriese (#50)
## 0.11.0 - 2022-05-02
- supported a API `POST /scheduled_events/{uuid}/cancellation`. (#48)
- - changed files:
+ - changed were followings:
- Client
- (Add method) cancel_event
- Event
- (Add method) cancel
- improved CI to test by multiple Ruby versions.
## 0.10.0 - 2022-04-15
- supported a API `POST /data_compliance/deletion/invitees`. (#28)
- - changed files:
+ - changed were followings:
- Client
- (Add method) delete_invitee_data
## 0.9.0 - 2022-04-14
- supported no show APIs. (#45)
- `GET /invitee_no_shows/{no_show_uuid}`
- `POST /invitee_no_shows`
- `DELETE /invitee_no_shows/{no_show_uuid}`
- - changed files:
+ - changed were followings:
- Client
- (Add method) invitee_no_show
- (Add method) create_invitee_no_show
- (Add method) delete_invitee_no_show
- Invitee model
@@ -54,10 +73,10 @@
- support new UUID format like 'bbc4f475-6125-435a-b713-2d1634651e10'. (#38, thanks to jameswilliamiii)
## 0.8.0 - 2021-06-03
- used keyword arguments for optional parameters, to be friendly for programmer.
-- changed methods are followings:
+- changed methods were followings:
- Client
- event_types
- event_types_by_user
- scheduled_events
- scheduled_events_by_user