Skip to content

Commit 5969a7e

Browse files
committed
Release 1.2.0
1 parent 09a66b7 commit 5969a7e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.2 (April 1, 2022)
2+
* Add new codegens - php-guzzle, R-httr, R-rcurl
3+
* Fix issue with pipeline failing due to updated version of RestSharp
4+
* Fix for - [502](https://github.com/postmanlabs/postman-code-generators/issues/502) Allow GET method to have a body in java-okhttp if present in input request
5+
* Fix for - [476](https://github.com/postmanlabs/postman-code-generators/pull/476) Properly escape already escaped double quotes in curl body
6+
17
v1.1.5 (May 10, 2021)
28
* Fixed an issue with how JSON bodies are shown in code snippets for Ruby, C#, and Dart.
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-code-generators",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)