diff --git a/CHANGELOG.md b/CHANGELOG.md index a29f134..d338ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "postcode" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 1.2.0 + +- Support GraphQL requests + ## 1.1.0 - Support formating of responses based on language diff --git a/package.json b/package.json index b3858b4..230f1f3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Postcode", "icon": "icons/icon.png", "description": "An API client to test and create HTTP/s requests", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "bugs": { "url": "https://github.com/rohinivsenthil/postcode/issues"