Skip to content

Commit bda96bd

Browse files
committed
Changed ES 7.6.0 in travis and updated CHANGELOG for 7.6.0
1 parent be31f31 commit bda96bd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ matrix:
1717
fast_finish: true
1818
include:
1919
- php: 7.1
20-
env: ES_VERSION="7.5.2"
20+
env: ES_VERSION="7.6.0"
2121
- php: 7.2
22-
env: ES_VERSION="7.5.2"
22+
env: ES_VERSION="7.6.0"
2323
- php: 7.3
24-
env: ES_VERSION="7.5.2"
24+
env: ES_VERSION="7.6.0"
2525
- php: 7.4
26-
env: ES_VERSION="7.5.2"
26+
env: ES_VERSION="7.6.0"
2727
- php: 7.4
2828
env: ES_VERSION="8.0.0-SNAPSHOT"
2929
allow_failures:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 7.6.0
2+
3+
- Generated the new endpoints for Elasticsearch 7.6.0
4+
[be31f31](https://github.com/elastic/elasticsearch-php/commit/be31f317af704f333b43bbcc7c01ddc7c91ec6f8)
5+
16
## Release 7.5.1
27

38
- Fixes port missing in log [#925](https://github.com/elastic/elasticsearch-php/issues/925)

0 commit comments

Comments
 (0)