diff --git a/Changelog.md b/Changelog.md index f7e1a6d..fa23d1d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,21 @@ +# [2.0.0](https://github.com/dadish/ProcessGraphQL/compare/v1.4.2...v2.0.0) (2023-08-18) + + +### Bug Fixes + +* **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](https://github.com/dadish/ProcessGraphQL/commit/91ac9c7bc1aabb86b5aa95f7088ae418e225de89)) + + +### Features + +* **deps:** update webonyx/graphql-php into latest version ([395c9b5](https://github.com/dadish/ProcessGraphQL/commit/395c9b5215d6f4f2e05ff1f7f0c8847cb927b33a)) +* **deps:** upgrade webonyx/graphql-php to version 15.6.2 ([eb8939f](https://github.com/dadish/ProcessGraphQL/commit/eb8939fa3c1e8ac9026fdedb16a11f11f14a0359)) + + +### BREAKING CHANGES + +* **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on. + # [2.0.0-rc.2](https://github.com/dadish/ProcessGraphQL/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-08-17) diff --git a/ProcessGraphQL.module b/ProcessGraphQL.module index 44ddbfb..224f282 100644 --- a/ProcessGraphQL.module +++ b/ProcessGraphQL.module @@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module { { return array( 'title' => 'GraphQL', - 'version' => '2.0.0-rc.2', + 'version' => '2.0.0', 'summary' => 'GraphQL for ProcessWire.', 'href' => 'https://github.com/dadish/ProcessGraphql', 'singular' => true, diff --git a/package.json b/package.json index b32ff79..dc60875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processgraphql", - "version": "2.0.0-rc.2", + "version": "2.0.0", "description": "GraphQL for ProcessWire", "main": "index.js", "directories": {