diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 8b760e368..e268a4dff 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,11 @@ +## [1.36.1](https://github.com/toggl/toggl-button/compare/1.36.0...1.36.1) (2019-05-22) + + +### Bug Fixes + +* **youtrack:** Fix agile board buttons in YouTrack ([28d1ec0](https://github.com/toggl/toggl-button/commit/28d1ec0)), closes [#1364](https://github.com/toggl/toggl-button/issues/1364) +* **youtrack:** Update Youtrack to conform to multi-button styleguide ([0661989](https://github.com/toggl/toggl-button/commit/0661989)) + # [1.36.0](https://github.com/toggl/toggl-button/compare/1.35.6...1.36.0) (2019-05-21) diff --git a/package-lock.json b/package-lock.json index 19857c631..c8aaba035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.0", + "version": "1.36.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a055cf9ba..f808e9719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.0", + "version": "1.36.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,