diff --git a/CHANGELOG.md b/CHANGELOG.md index aecf708d..02875550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v4.6.0](https://github.com/Phara0h/Postgen/compare/v4.5.0...v4.6.0) + +> 22 September 2020 + +- Latest fasquest [`2af44d3`](https://github.com/Phara0h/Postgen/commit/2af44d3921f220b2289825abf0fb907cb89ac89c) + #### [v4.5.0](https://github.com/Phara0h/Postgen/compare/v4.4.2...v4.5.0) > 22 September 2020 diff --git a/package.json b/package.json index 76adece8..f08c4cf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postgen", - "version": "4.5.0", + "version": "4.6.0", "description": "A simple node script to convert postman collections to clean REST client libs for node.", "main": "index.js", "scripts": {