From 5ad0cf58103900103bfb0f7f6a3de7668b08dc4f Mon Sep 17 00:00:00 2001 From: David Kasakaitis Date: Sun, 27 Oct 2024 12:37:54 +0000 Subject: [PATCH] chore(release): version 1.2.0 --- docs/CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- toggl_api/version.py | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1d4a335..5198d98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-10-27 + +### 🚀 Features + +- *(user)* User details endpoint +- *(user)* Verify authentication static method + +### 🐛 Bug Fixes + +- *(user)* Authentication verifier using wrong endpoint + +### 🚜 Refactor + +- *(endpoint)* User httpx error codes +- *(user)* Remove endpoint property forward slash + +### 🕸 Deprecations + +- *(user)* Check authentication method convert to staticmethod + +### 📚 Documentation + +- *(user)* Update documentation + ## [1.1.1] - 2024-10-25 ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6ed1765..098a07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toggl-api-wrapper" -version = "1.1.1" +version = "1.2.0" description = "Simple Toggl API wrapper for non-premium features." authors = ["David Kasakaitis "] license = "MIT" diff --git a/toggl_api/version.py b/toggl_api/version.py index 64c8c21..c203c5d 100644 --- a/toggl_api/version.py +++ b/toggl_api/version.py @@ -1 +1 @@ -version = "1.1.1" +version = "1.2.0"