diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index a3ad74a7e..ade303b9e 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.70.4](https://github.com/toggl/toggl-button/compare/1.70.3...1.70.4) (2021-08-10) + + +### Bug Fixes + +* **zendesk:** Restore previous Zendesk integrations ([#1994](https://github.com/toggl/toggl-button/issues/1994)) ([cf68456](https://github.com/toggl/toggl-button/commit/cf68456b9aef8784dc0b306541d7ac5b0f50025a)), closes [#1992](https://github.com/toggl/toggl-button/issues/1992) + ## [1.70.3](https://github.com/toggl/toggl-button/compare/1.70.2...1.70.3) (2021-07-28) diff --git a/package-lock.json b/package-lock.json index 26c6f6af9..67cd682db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.3", + "version": "1.70.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ba66bbd32..517c8ccdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.3", + "version": "1.70.4", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,