From e2f6de0edb0e003054aba27557e4f46851422e55 Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 27 Feb 2019 05:41:03 +0530 Subject: [PATCH] update travis config --- .travis.yml | 1 - CHANGELOG.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e966be..a803fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.1 - 7.2 before_install: diff --git a/CHANGELOG.md b/CHANGELOG.md index 604b6f7..ce83f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to the Laravel Mail Viewer be documented in this file +## v4.0.3 (27-02-2019) +- Update travis config + ## v4.0.2 (27-02-2019) - drop php v7.1 support