release(#183): bruno cli v0.7.1

This commit is contained in:
Anoop M D 2023-09-07 12:31:21 +05:30
parent 4c25aa99aa
commit 73b71e0829
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.7.1
* `--cacert` flag to support custom CA certificates
## 0.7.0
* `--insecure` flag to disable SSL verification

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.7.0",
"version": "0.7.1",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"

View File

@ -40,7 +40,7 @@ If you encounter any issues or have any feedback or suggestions, please raise th
Thank you for using Bruno CLI!
## Changelog
See [here](changelog.md)
See [here](packages/bruno-cli/changelog.md)
## License
[MIT](license.md)