# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.3.0"></a>
## [2.3.0](https://github.com/imgix/imgix-php/compare/2.2.0...2.3.0) (2019-05-06)


*   deprecate domain sharding ([#42](https://github.com/imgix/imgix-php/pull/42)) ([#43](https://github.com/imgix/imgix-php/pull/43))


<a name="2.2.0"></a>
## [2.2.0](https://github.com/imgix/imgix-php/compare/2.1.1...2.2.0) (2019-04-08)


### Features

*  add support for multiple URL parameter values by flattening nested arrays passed into $params ([#40](https://github.com/imgix/imgix-php/pull/40))


### Bug Fixes

*  replace deprecated phpunit annotations with exception methods ([#39](https://github.com/imgix/imgix-php/pull/39))
*  add domain validation at UrlBuilder initialization ([#41](https://github.com/imgix/imgix-php/pull/41)), fixes [#10](https://github.com/imgix/imgix-php/issues/10)