Skip to content

Commit

Permalink
Prep for 7.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 30, 2019
1 parent 7aa305d commit 8d66667
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@ matrix:
fast_finish: true
include:
- php: 7.1
env: ES_VERSION="7.2.0"
env: ES_VERSION="7.3.2"
- php: 7.2
env: ES_VERSION="7.2.0"
env: ES_VERSION="7.3.2"
- php: 7.3
env: ES_VERSION="7.2.0"
- php: 7.1
env: ES_VERSION="7.2.1"
- php: 7.2
env: ES_VERSION="7.2.1"
env: ES_VERSION="7.3.2"
- php: 7.3
env: ES_VERSION="7.2.1"
- php: 7.3
env: ES_VERSION="7.3.0"
env: ES_VERSION="8.0.0-SNAPSHOT"
allow_failures:
- php: 7.3
env: ES_VERSION="7.3.0"
env: ES_VERSION="7.2.1"
- php: 7.3
env: ES_VERSION="8.0.0-SNAPSHOT"

env:
global:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Release 7.3.0

- Added support for simplified access to the `X-Opaque-Id` header
[#952](https://github.com/elastic/elasticsearch-php/pull/952)
- Added the HTTP port in the log messages
[#950](https://github.com/elastic/elasticsearch-php/pull/950)
- Fixed hostname with underscore (ClientBuilder::prependMissingScheme)
[#949](https://github.com/elastic/elasticsearch-php/pull/949)
- Removed unused Monolog in ClientBuilder
[#948](https://github.com/elastic/elasticsearch-php/pull/948)

## Release 7.2.2

- Reintroduced the optional parameter in `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class Client
{
const VERSION = '7.2.2';
const VERSION = '7.3.0';

/**
* @var Transport
Expand Down

0 comments on commit 8d66667

Please sign in to comment.