Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul committed Nov 22, 2019
1 parent 8e5bd68 commit dd00b59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.7.2] - 2019-11-22

- Documents new add method for adding attendees to existing appointments [`8e5bd68550`](https://github.com/coconutcalendar/coconut-open-api-js/commit/8e5bd68550)
- Adds test to ensure answers are also sent properly when supplied [`9f513e1f7c`](https://github.com/coconutcalendar/coconut-open-api-js/commit/9f513e1f7c)
- Extracts duplicated code to class method [`198022e5df`](https://github.com/coconutcalendar/coconut-open-api-js/commit/198022e5df)
- Adds call to add one or more attendees to an existing appointment [`43e250a869`](https://github.com/coconutcalendar/coconut-open-api-js/commit/43e250a869)
- Adds put method to axios mock [`f2c48e67a4`](https://github.com/coconutcalendar/coconut-open-api-js/commit/f2c48e67a4)
- Adds test for ensuring a given attendee would be sent when adding to the appointment [`91b3e2d94d`](https://github.com/coconutcalendar/coconut-open-api-js/commit/91b3e2d94d)

## [0.7.1] - 2019-11-22

- Documents new visibility method with example usage [`a123ee9703`](https://github.com/coconutcalendar/coconut-open-api-js/commit/a123ee9703)
Expand Down Expand Up @@ -283,7 +292,8 @@
- Removes mocked call chain [`3c253abd0a`](https://github.com/coconutcalendar/coconut-open-api-js/commit/3c253abd0a)
- Removes ill-thought out version option [`d159644516`](https://github.com/coconutcalendar/coconut-open-api-js/commit/d159644516)

[Unreleased]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.6.16...v0.7.0
[0.6.16]: https://github.com/coconutcalendar/coconut-open-api-js/compare/v0.6.15...v0.6.16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coconut-open-api-js",
"version": "0.7.1",
"version": "0.7.2",
"description": "Coconut Calendar JS Open API SDK",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit dd00b59

Please sign in to comment.