From 9865a8e331f5ebf182dff2a119345fe0c0bcbc41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 03:47:38 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fdf03..b3fd39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,19 @@ * update import paths to reflect new notion_automation package structure ([47abe5e](https://github.com/atxtechbro/notion-automation/commit/47abe5e5974cd42a1dde6a9a3e43de9c32fda75b)) +### Features + +* **cli:** enhance CLI with subcommands for database management and add schema retrieval functionality ([7afec84](https://github.com/atxtechbro/notion-automation/commit/7afec8433dddc43b58781e778505f01549798670)) +* **notion_client:** implement database creation and entry management in NotionClient ([84506e1](https://github.com/atxtechbro/notion-automation/commit/84506e152df224b74552c7bd4326cd6f9a2b9276)) + +# [1.1.0](https://github.com/atxtechbro/notion-automation/compare/v1.0.0...v1.1.0) (2024-12-22) + + +### Bug Fixes + +* update import paths to reflect new notion_automation package structure ([47abe5e](https://github.com/atxtechbro/notion-automation/commit/47abe5e5974cd42a1dde6a9a3e43de9c32fda75b)) + + ### Features * **cli:** enhance CLI with subcommands for database management and add schema retrieval functionality ([7afec84](https://github.com/atxtechbro/notion-automation/commit/7afec8433dddc43b58781e778505f01549798670))