diff --git a/.travis.yml b/.travis.yml index f7c093f..3b6885b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - '7.2' - '7.3' + - '7.4' before_script: - yes '' | pecl install yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index e093cc7..2172f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## 1.0.4 - 2020-06-03 +### Fixed +- Compatibility with ulrack/services version 2.0 + ## 1.0.3 - 2020-05-02 ### Fixed - Forgotten render call on error block. @@ -21,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Created the initial implementation of the command package. # Versions -- [1.0.3 > Unreleased](https://github.com/ulrack/command/compare/1.0.3...HEAD) +- [1.0.4 > Unreleased](https://github.com/ulrack/command/compare/1.0.4...HEAD) +- [1.0.3 > 1.0.4](https://github.com/ulrack/command/compare/1.0.3...1.0.4) - [1.0.2 > 1.0.3](https://github.com/ulrack/command/compare/1.0.2...1.0.3) - [1.0.1 > 1.0.2](https://github.com/ulrack/command/compare/1.0.1...1.0.2) - [1.0.0 > 1.0.1](https://github.com/ulrack/command/compare/1.0.0...1.0.1) diff --git a/composer.json b/composer.json index d6453ed..1127043 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "grizz-it/task": "^1.0", "grizz-it/validator": "^1.0", "ulrack/cli": "^1.0", - "ulrack/services": "^1.0" + "ulrack/services": "^2.0" }, "authors": [{ "name": "Ulrack",