From edc844110b3dad2a42af1c5a8dc9b63d9143cd0c Mon Sep 17 00:00:00 2001 From: Tom Shaw Date: Thu, 18 Apr 2024 13:25:31 -0500 Subject: [PATCH] chore(master): release 0.6.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4675547..c9e18db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `google-api` will be documented in this file +## [0.6.0](https://github.com/tomshaw/google-api/compare/v0.5.0...v0.6.0) (2024-04-18) + + +### Features + +* Added Google Books GoogleApi accessor with get and list volumes methods. ([82e926b](https://github.com/tomshaw/google-api/commit/82e926b72054813d0f543472239d41530e34e95f)) +* Added Google Drive GoogleApi accessor with list files, get file and create file methods. ([c09df75](https://github.com/tomshaw/google-api/commit/c09df75aebc62b2e7f6428783e0da678a74c4105)) + ## [0.5.0](https://github.com/tomshaw/google-api/compare/v0.4.0...v0.5.0) (2024-04-18)