From f844f6a4d6bf704d4fa229ae0ae7f2fe2bae902f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 11 Nov 2021 13:30:45 +0000 Subject: [PATCH] 1.1.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ notion_gcal_sync/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d4c6b..c925555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.1.5 (2021-11-11) +### Fix +* Use own pat to trigger another workflow #23 ([`9d1a37f`](https://github.com/Ravio1i/notion-gcal-sync/commit/9d1a37ff685bbd1f658e855319c1d8f9025cce46)) +* Use own pat to trigger another workflow ([`733a027`](https://github.com/Ravio1i/notion-gcal-sync/commit/733a027f67e9e0aac2cdb94a2c286dfbd956bd7a)) + ## v1.1.4 (2021-11-11) ### Fix * Add docker buildx #22 ([`1c62ca5`](https://github.com/Ravio1i/notion-gcal-sync/commit/1c62ca5ccb6a337ade033eb560b0b901c61de988)) diff --git a/notion_gcal_sync/__init__.py b/notion_gcal_sync/__init__.py index c72e379..9b102be 100644 --- a/notion_gcal_sync/__init__.py +++ b/notion_gcal_sync/__init__.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.1.5" diff --git a/pyproject.toml b/pyproject.toml index 05fb7da..b5b24a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notion-gcal-sync" -version = "1.1.4" +version = "1.1.5" description = "Bidirectional synchronize calendar events within notion and google calendar" readme = "README.md" repository = "https://github.com/Ravio1i/notion-gcal-sync"