Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.1.1](https://github.com/verygoodplugins/mcp-toggl/compare/mcp-toggl-v1.1.0...mcp-toggl-v1.1.1) (2026-06-08)


### Bug Fixes

* paginate getProjects/getClients so all results resolve ([#56](https://github.com/verygoodplugins/mcp-toggl/issues/56)) ([48b669a](https://github.com/verygoodplugins/mcp-toggl/commit/48b669abdc4e2776a4ff0abc2e54a2b09c6d6d60))

## [1.1.0](https://github.com/verygoodplugins/mcp-toggl/compare/v1.0.0...mcp-toggl-v1.1.0) (2026-05-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verygoodplugins/mcp-toggl",
"version": "1.1.0",
"version": "1.1.1",
"description": "MCP server for Toggl Track integration with time tracking and reporting",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.verygoodplugins/mcp-toggl",
"title": "MCP Toggl",
"description": "Toggl Track time tracking with intelligent caching and reporting",
"version": "1.1.0",
"version": "1.1.1",
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
"repository": {
"url": "https://github.com/verygoodplugins/mcp-toggl",
Expand All @@ -13,7 +13,7 @@
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-toggl",
"version": "1.1.0",
"version": "1.1.1",
"transport": {
"type": "stdio"
}
Expand Down