CHANGELOG.md in youcanbookme-0.0.3.alpha vs CHANGELOG.md in youcanbookme-0.0.4.alpha

- old
+ new

@@ -1,20 +1,29 @@ -# 0.0.3.alpha +# CHANGELOG -- support APIs +## 0.0.4.alpha + +redefine models in order to follow changed APIs below. + +- LocalAccount was merged into Account. +- Caligraph APIs were removed. + +## 0.0.3.alpha + +- support APIs below. - GET `/v1/{accountId}/bookings` - GET `/v1/{accountId}/profiles/{profileId}/bookings` - GET `/v1/{accountId}/profiles/{profileId}/bookings/{bookingId}` -# 0.0.2.alpha +## 0.0.2.alpha -- support APIs +- support APIs below. - GET `/v1/{accountId}/profiles` - GET `/v1/{accountId}/profiles/{profileId}` -# 0.0.1.alpha +## 0.0.1.alpha - Initial release. -- support APIs +- support APIs below. - GET `/v1/{accountId}` - GET `/v1/subdomains/{subdomain}` - GET `/v1/suggestedsubdomains`