From 129c430b35b0cdaca390d8790c8126ea954aceda Mon Sep 17 00:00:00 2001 From: QSD_s Date: Thu, 24 Oct 2019 15:18:22 +0200 Subject: [PATCH] Update changelog and .pubnub.yml. --- .pubnub.yml | 4 +++- CHANGELOG.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 2904d491..007d4ac5 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -7,7 +7,9 @@ changelog: date: Oct 22, 2019 changes: - type: improvement - text: Update composer.json package version constraints. + text: Update composer.json package version constraints + - type: improvement + text: Update .travis.yml to run tests for PHP versions 7.2 and 7.3 - version: 4.1.4 date: Oct 18, 2019 changes: diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a17d57..7fcb7897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## [v4.1.5](https://github.com/pubnub/php/tree/v4.1.5) October-22-2019 -- ⭐Update composer.json package version constraints. +- ⭐Update composer.json package version constraints +- ⭐Update .travis.yml to run tests for PHP versions 7.2 and 7.3 ## [v4.1.4](https://github.com/pubnub/php/tree/v4.1.4) October-18-2019