diff --git a/CHANGELOG.md b/CHANGELOG.md index 113d740fa..d77a02e22 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.1...master) +## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.2...master) ### Backward Compatibility Breaks ### Added -* If not expicitly set, use `retry_on_conflict` from Client configuration in Bulk updates [#2184](https://github.com/ruflin/Elastica/pull/2184) ### Changed ### Deprecated ### Removed ### Fixed ### Security +## [7.3.2](https://github.com/ruflin/Elastica/compare/7.3.1...7.3.2) +### Added +* If not expicitly set, use `retry_on_conflict` from Client configuration in Bulk updates [#2184](https://github.com/ruflin/Elastica/pull/2184) +* Add more missing @throws tags (V7) [#2176](https://github.com/ruflin/Elastica/pull/2176) +### Fixed +* Remove duplicated key in TRawQuery docblock [#2159](https://github.com/ruflin/Elastica/pull/2159) ## [7.3.1](https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1) - ### Added * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153) - ### Deprecated * Deprecated not passing a `buckets_path` and `script` when constructing `Elastica\Aggregation\BucketScript` and `Elastica\Aggregation\BucketSelector` - ### Fixed * Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays