diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce895d4..bbf25525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0] + - **BREAKING CHANGE:** The Dialogs and Flags components are now provided by the package and need to be rendered in a React component ## [2.1.4] diff --git a/package.json b/package.json index 92f2b8ef..1f479a45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartbear/fake-ap", - "version": "2.1.4", + "version": "3.0.0", "description": "A fake AP module to help develop and test Atlassian Connect applications.", "homepage": "https://github.com/SmartBear/fake-ap", "repository": {