# Changelog

## 6 Feb 2024

Going forward, we will release a new version of CLI for every new release of Bruno.
This will help us keep the CLI in sync with the Bruno App.
For the release notes please see https://github.com/usebruno/bruno/releases

## 1.4.1

- Fixing [bug](https://github.com/usebruno/bruno/issues/1487)

## 1.4.0

- --bail and --test-only flags

## 1.3.0

- Junit report generation

## 1.2.1

- Fixed bug related to `bru.setNextRequest()`

## 1.2.0

- Support for `bru.setNextRequest()`

## 1.1.0

- Upgraded axios to 1.5.1

## 1.0.0

- Announcing Stable Release

## 0.13.0

- feat(#306) Module whitelisting and filesystem access support

## 0.12.0

- show response time in milliseconds per request and total

## 0.11.0

- fix(#119) Support for Basic and Bearer Auth

## 0.10.1

- fix(#233) Fixed Issue related to content header parsing

## 0.10.0

- Support for proxying requests through a proxy server

## 0.9.0

- `--output` flag to collect the results of your API tests

## 0.8.0

- `--env-var` flag to set environment variables
- loading environment variables from `.env` file

## 0.7.1

- `--cacert` flag to support custom CA certificates

## 0.7.0

- `--insecure` flag to disable SSL verification
