Skip to content

Commit

Permalink
chore(release): version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Oct 27, 2024
1 parent 9e25dc7 commit 5ad0cf5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion toggl_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.1"
version = "1.2.0"

0 comments on commit 5ad0cf5

Please sign in to comment.