diff --git a/CHANGELOG.md b/CHANGELOG.md index a203c7a..79b2b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-google-calendar` will be documented in this file +## 3.7.1 - 2023-10-09 + +### What's Changed + +- Remove readonly properties by @AIC-BV in https://github.com/spatie/laravel-google-calendar/pull/278 +- Add responseStatus documentation by @AIC-BV in https://github.com/spatie/laravel-google-calendar/pull/279 + +**Full Changelog**: https://github.com/spatie/laravel-google-calendar/compare/3.7.0...3.7.1 + ## 3.4.0 - 2021-09-27 - Domain-wide delegation support (#230) @@ -63,44 +72,58 @@ All notable changes to `laravel-google-calendar` will be documented in this file - allow passing array of credentials (#139) ## 2.3.2 - 2019-12-16 + - Fixed fetching more than 250 results of calendar events (#133) ## 2.3.1 - 2019-12-15 + - Add getter for calendar ID per event (#131) ## 2.3.0 - 2019-09-04 + - Laravel 6 compatibility; dropped support for older versions ## 2.2.2 - 2019-02-27 + - allow carbon v2 ## 2.2.1 - 2018-09-27 + - `listEvents` now returns events sorted chronologically ## 2.2.0 - 2018-01-10 + - add ability to add query params ## 2.1.1 - 2017-10-16 + - improve sorting ## 2.1.0 - 2017-10-15 + - add `update` method ### 2.0.0 - 2017-07-20 + - use Google API v2 - rename config file ### 1.1.0 - 2017-04-26 + - Added: `addAttendee` method to `Event` ### 1.0.3 - 2016-11-26 + - Fixed: Bug regarding creation of events with custom ids ### 1.0.2 - 2016-08-06 + - Fixed: The timezone of a passed Carbon object will be used when creating events ### 1.0.1 - 2016-07-29 + - Fixed: Creating an event on an alternative calendar wont fail anymore ### 1.0.0 - 2016-05-24 + - Initial release