diff --git a/CHANGELOG.md b/CHANGELOG.md index d71716df..c542f4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.0.0] + - Context is now configured by providing a context object directly instead of specific information - Any content is accepted for the context - This affects both `AP.context.getToken` and `AP.context.getContext` diff --git a/package.json b/package.json index 745fc74b..87ac8f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartbear/fake-ap", - "version": "1.2.0", + "version": "2.0.0", "description": "A fake AP module to help develop and test Atlassian Connect applications.", "homepage": "https://github.com/SmartBear/fake-ap", "repository": {