# Changelog

## v0.1.30 [2023-04-02]

- Added missing getResponse() interface to BadRequestException class
- Added ClientInterface interface as feature update
- Updated ClientBase interfaces return types

## v0.1.31 [2023-04-03]

- Makes setMethod() and setRequestURI() immutable

## v0.1.32 && v0.2.1 [2023-04-10]

- bug fix in ClientBase::appendQuerymethod declaration

## v0.2.5 [2023-04-19]

- Makes Client::prepareRequest public to make it

## v0.2.6 [2023-04-19]

- Added a get header and header normalization implementation to response object

## v0.2.6 [2023-04-19]

- Makes NetworkException a subclass of ClientException

## v0.4.0 [2024-06-24]

- Added support for curl client version 0.4.0