diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index aecf4d1..d22fa39 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,7 +1,13 @@ +## 3.0.1 + +Bumping the version in the manifest to match our `package.json` version. Also rolling in some dependabot updates. + ## Changes from V2 to V3 (2023) + This version of the app used the Zendesk app scaffolds to generate a Node 18 project. We updated the app from the scaffold and updated, deprecated, or added dependencies as needed to recreate functionality. ## Changes from V1 to V2 (2019) + Zendesk moved to a new API version in 2019, and deprecated the original version of this app. Ibotta uses Zendesk and heavily used the original app, and so it was forked and updated. The original notes from our Wiki can be found in [this document](./V1_TO_V2_NOTES.md). \ No newline at end of file diff --git a/package.json b/package.json index 18fc26b..cb9ef97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "url_builder_app", - "version": "3.0.0", + "version": "3.0.1", "description": "A Zendesk plugin to render URLs", "keywords": [ "zendesk", diff --git a/src/manifest.json b/src/manifest.json index b313c66..3c6f39e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -19,6 +19,6 @@ "required": true } ], - "version": "1.0", + "version": "3.0.1", "frameworkVersion": "2.0" } \ No newline at end of file