Skip to content

Commit

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

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

## [1.3.1] - 2024-11-02

### 🐛 Bug Fixes

- *(user)* Refresh not getting passed to request
- *(cache)* Json query distinct & list comparisons

### 🚜 Refactor

- *(endpoints)* Add future type import

### 📚 Documentation

- *(tracker)* Add examples to docstrings

## [1.3.0] - 2024-10-31

### 🚀 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.3.0"
version = "1.3.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.3.0"
version = "1.3.1"

0 comments on commit 0dd0b6b

Please sign in to comment.