Skip to content

Commit

Permalink
Releasing v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaneet Bhatt committed Mar 29, 2023
1 parent 2b01ecc commit 373b511
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.7.1 (March 29, 2023)
* Minor fix - Add language labels for Rust and Kotlin

v1.7.0 (March 28, 2023)
* Fix for - [#192](https://github.com/postmanlabs/postman-code-generators/issues/192) Added support for Rust reqwest code snippets.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-code-generators",
"version": "1.7.0",
"version": "1.7.1",
"description": "Generates code snippets for a postman collection",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 373b511

Please sign in to comment.