Skip to content

Commit

Permalink
Prepare release v7.1.4 (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored Feb 14, 2022
1 parent 96043fa commit 6594f0e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ 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.3...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.4...master)
### Backward Compatibility Breaks
### Added
* Added support for `symfony/deprecation-contracts` 3.0 by @rguennichi [#2047](https://github.com/ruflin/Elastica/pull/2047)
* Added aggregation `auto_date_histogram` @andriinavrotskii [#2051](https://github.com/ruflin/Elastica/pull/2051)
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [7.1.4](https://github.com/ruflin/Elastica/compare/7.1.4...7.1.3)
### Added
* Added support for `symfony/deprecation-contracts` 3.0 by @rguennichi [#2047](https://github.com/ruflin/Elastica/pull/2047)
* Added aggregation `auto_date_histogram` @andriinavrotskii [#2051](https://github.com/ruflin/Elastica/pull/2051)
### Fixed
* Fixed version parameters for DeleteDocument by @pheyse24 [#2048](https://github.com/ruflin/Elastica/pull/2048)
* Fixed version parameters for Index::addDocument() by @pidera [#2050](https://github.com/ruflin/Elastica/pull/2050)
### Security

## [7.1.3](https://github.com/ruflin/Elastica/compare/7.1.2...7.1.3)
### Added
Expand Down

0 comments on commit 6594f0e

Please sign in to comment.