From 2ee1f63b9222eb56a1294288fde99089a86491c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20de=20Guillebon?= Date: Thu, 9 Dec 2021 09:28:09 +0100 Subject: [PATCH] Prepare 7.1.3 release (#2045) --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fd9673b3..f9a4f07e67 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.1.2...master) +## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.3...master) ### Backward Compatibility Breaks ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [7.1.3](https://github.com/ruflin/Elastica/compare/7.1.2...7.1.3) +### Added * Added support for scripted upsert on bulk requests [#1974](https://github.com/ruflin/Elastica/pull/1974) * Added `Elastica\Aggregation\CumulativeSum` [#1987](https://github.com/ruflin/Elastica/pull/1987) * Added `ignore_failure` option to suitable ingest processors [#2003](https://github.com/ruflin/Elastica/pull/2003) @@ -46,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * Fixed type-hint for `Elastica\Search::setOptionsAndQuery()` [#2009](https://github.com/ruflin/Elastica/pull/2009) * Fixed terms query params resolution [#2032](https://github.com/ruflin/Elastica/pull/2032) -### Security ## [7.1.2](https://github.com/ruflin/Elastica/compare/7.1.1...7.1.2) ### Backward Compatibility Breaks