From a3b9f1ed89ac0b203d45ad574cd410544989e412 Mon Sep 17 00:00:00 2001 From: Tom Shaw Date: Mon, 27 Oct 2025 22:49:19 -0500 Subject: [PATCH] chore(master): release 0.9.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7931b41..25325ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `google-api` will be documented in this file +## [0.9.0](https://github.com/tomshaw/google-api/compare/v0.8.0...v0.9.0) (2025-10-28) + + +### Features + +* add getEvent method to retrieve specific events from Google Calendar ([a06fd62](https://github.com/tomshaw/google-api/commit/a06fd623200ebb92cced96c33604a0018a375774)) + ## [0.8.0](https://github.com/tomshaw/google-api/compare/v0.7.3...v0.8.0) (2025-07-27)