diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 58792b74a..469c9dc1e 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.60.8](https://github.com/toggl/toggl-button/compare/1.60.7...1.60.8) (2020-03-31) + + +### Bug Fixes + +* **help:** Point the User Guide to the correct KB article ([c5c4fe2](https://github.com/toggl/toggl-button/commit/c5c4fe2)), closes [#1700](https://github.com/toggl/toggl-button/issues/1700) + ## [1.60.7](https://github.com/toggl/toggl-button/compare/1.60.6...1.60.7) (2020-03-24) diff --git a/package-lock.json b/package-lock.json index a914356a1..ac34ccd73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.60.7", + "version": "1.60.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3bf8920b3..d8de0d673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.60.7", + "version": "1.60.8", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,