Skip to content

Commit

Permalink
Prepare for v7.1.2 (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored Oct 21, 2021
1 parent 4809ae0 commit fa4ddb1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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.1...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.2...master)
### Backward Compatibility Breaks
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [7.1.2](https://github.com/ruflin/Elastica/compare/7.1.1...7.1.2)
### Backward Compatibility Breaks
* Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` instead of `\RuntimeException` [#1949](https://github.com/ruflin/Elastica/pull/1949)
### Added
Expand All @@ -18,15 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added possibility to specify PointInTime on `Elastica\Query::setPointInTime()` [#1992](https://github.com/ruflin/Elastica/pull/1992)
* Added `Elastica\Client::closePointInTime()` for closing a PiT [#1995](https://github.com/ruflin/Elastica/pull/1995)
### Changed
* Updated `php-cs-fixer` to `2.18.6` [#1955](https://github.com/ruflin/Elastica/pull/1955)
* Updated `php-cs-fixer` to `3.0.0` [#1959](https://github.com/ruflin/Elastica/pull/1959)
* Updated `php-cs-fixer` to `3.2.1`
[#1996](https://github.com/ruflin/Elastica/pull/1996)
[#1959](https://github.com/ruflin/Elastica/pull/1959)
[#1955](https://github.com/ruflin/Elastica/pull/1955)
* Using default Elasticsearch images for testing instead of OSS https://github.com/ruflin/Elastica/pull/1954
### Deprecated
### Removed
### Fixed
* Fixed compatibility with `guzzlehttp/psr7` version `2.x` [#2002](https://github.com/ruflin/Elastica/pull/2002)
* Fixed the assignment of `version`, `seq_no` and `primary_term` on `getDocument` [#1973](https://github.com/ruflin/Elastica/pull/1973)
### Security

## [7.1.1](https://github.com/ruflin/Elastica/compare/7.1.0...7.1.1)
### Backward Compatibility Breaks
Expand Down

0 comments on commit fa4ddb1

Please sign in to comment.