diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index ae946ae53..1bc9fd03a 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.37.2](https://github.com/toggl/toggl-button/compare/1.37.1...1.37.2) (2019-05-28) + + +### Bug Fixes + +* **trello:** Trello integration when the 'Move' button is missing ([c3f6976](https://github.com/toggl/toggl-button/commit/c3f6976)), closes [#1423](https://github.com/toggl/toggl-button/issues/1423) + ## [1.37.1](https://github.com/toggl/toggl-button/compare/1.37.0...1.37.1) (2019-05-28) diff --git a/package-lock.json b/package-lock.json index b344dd74c..95e7ba949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.37.1", + "version": "1.37.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35d5e4bcf..937355c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.37.1", + "version": "1.37.2", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,