diff --git a/CHANGELOG.md b/CHANGELOG.md index 2861fa7..a48d94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v1.8.2] - 2025-02-20 + +### Added + +- [#13455](https://github.com/postmanlabs/postman-app-support/issues/13455) Added support for -b and --cookie options and create relavant cookie header. + ## [v1.8.1] - 2024-04-17 ### Added @@ -128,7 +134,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format. - Conforming to the internal Postman plugin interface - Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others -[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...HEAD +[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.2...HEAD + +[v1.8.2]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...v1.8.2 [v1.8.1]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.0...v1.8.1 diff --git a/package-lock.json b/package-lock.json index b53a79d..f488826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "curl-to-postmanv2", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "curl-to-postmanv2", - "version": "1.8.1", + "version": "1.8.2", "license": "Apache", "dependencies": { "commander": "2.20.3", diff --git a/package.json b/package.json index f81623c..017e9af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curl-to-postmanv2", - "version": "1.8.1", + "version": "1.8.2", "description": "Convert a given CURL command to a Postman request", "main": "index.js", "com_postman_plugin": {