Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenCocoon committed Sep 8, 2015
1 parent 34b3055 commit f430b1b
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,37 @@

## master

## 0.0.29

- Add support for Bathrooms and Bedrooms endpoints.

## 0.0.28

- Add missing dependency of `addressable`
- Add missing dependency of `addressable`.

## 0.0.27

- Add support for fetching a single booking with options (needed to fetch canceled bookings)
- Add support for fetching a single booking with options (needed to fetch canceled bookings).

## 0.0.26

- Add support for creating instant bookings
- Add support for creatings rentals amenities
- Add support for creating instant bookings.
- Add support for creatings rentals amenities.

## 0.0.25

- Add support for Accounts endpoint
- Add support for Accounts endpoint.

## 0.0.24

- Add support for fetching a single availability
- Add support for polymorphic associations
- Add support for Taxes, Fees, BookingsTaxes, BookingsFees and RentalsFees endpoints
- Add support for fetching a single availability.
- Add support for polymorphic associations.
- Add support for Taxes, Fees, BookingsTaxes, BookingsFees and RentalsFees endpoints.

## 0.0.23

- Add BookingSync::Engine::APIClient that automatically refreshes token on 401 expired responses.

## 0.0.22

- Handle 403 responses from the API. Raises BookingSync::API::Forbidden
- Handle 403 responses from the API. Raises BookingSync::API::Forbidden.

0 comments on commit f430b1b

Please sign in to comment.