diff --git a/CHANGELOG.md b/CHANGELOG.md index b93e1f1..8ab6e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.2.0] - 2024-07-03 + +### Updated + +- Updated graphql version to v15.8.0. + ## [v0.1.1] - 2024-04-05 ### Fixed @@ -68,6 +74,8 @@ - Base release -[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.2.0...HEAD + +[v0.2.0]: https://github.com/postmanlabs/graphql-to-postman/compare/v0.1.1...v0.2.0 [v0.1.1]: https://github.com/postmanlabs/graphql-to-postman/compare/011f91a2fff94f02aeefcfc004a96777a62829bb...v0.1.1 diff --git a/package-lock.json b/package-lock.json index abd6bc4..d1d71dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql-to-postman", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphql-to-postman", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "commander": "2.20.3", diff --git a/package.json b/package.json index aa07c9f..c5f0ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-to-postman", - "version": "0.1.1", + "version": "0.2.0", "description": "Generates a Postman Collection from a GraphQL schema.", "main": "index.js", "bin": {