diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index d843981ef..fd0e942af 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.72.1](https://github.com/toggl/toggl-button/compare/1.72.0...1.72.1) (2021-11-23) + + +### Bug Fixes + +* **any.do:** Any.do integration ([#1987](https://github.com/toggl/toggl-button/issues/1987)) ([1b7a885](https://github.com/toggl/toggl-button/commit/1b7a8850b58217b634212680bf3f6e8e6682d6fc)), closes [#1799](https://github.com/toggl/toggl-button/issues/1799) [#1799](https://github.com/toggl/toggl-button/issues/1799) + # [1.72.0](https://github.com/toggl/toggl-button/compare/1.71.0...1.72.0) (2021-11-22) diff --git a/package-lock.json b/package-lock.json index 9ab618255..0a93629c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.72.0", + "version": "1.72.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4c22c0fe2..0176b39f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.72.0", + "version": "1.72.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,