Skip to content

Commit

Permalink
chore(release) version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Oct 25, 2024
1 parent f2b1b6f commit cf59121
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [1.1.1] - 2024-10-25

### 🐛 Bug Fixes

- *(config)* Revert exception type change
- *(cache)* Check if the model has been deleted already

### ⚙️ Miscellaneous Tasks

- *(actions)* Documentation requires test to pass

## [1.1.0] - 2024-10-25

### 🚀 Features
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.0"
version = "1.1.1"
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.0"
version = "1.1.1"

0 comments on commit cf59121

Please sign in to comment.