diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 1e4b8813e..a5e93cd14 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.72.3](https://github.com/toggl/toggl-button/compare/1.72.2...1.72.3) (2021-11-25) + + +### Bug Fixes + +* **Airtable:** Fix showing Toggl Button in Airtable ([#2023](https://github.com/toggl/toggl-button/issues/2023)) ([897d060](https://github.com/toggl/toggl-button/commit/897d0607f0433b580e6fe9e5cbfbb0f4c0ff26fa)) + ## [1.72.2](https://github.com/toggl/toggl-button/compare/1.72.1...1.72.2) (2021-11-23) diff --git a/package-lock.json b/package-lock.json index a97ed093b..7b748c306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.72.2", + "version": "1.72.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 652dab21c..c914f6062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.72.2", + "version": "1.72.3", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,