Update CHANGELOG.md
This commit is contained in:
parent
7a85c31553
commit
8ab3ad3f1a
|
@ -3,6 +3,13 @@ This file is a running track of new features and fixes to each version of the pa
|
|||
|
||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||
|
||||
## v1.4.1
|
||||
### Added
|
||||
* Adds support for only running a schedule if the server is currently in an online state.
|
||||
* Adds support for ignoring errors during task execution and continuing on to the next item in the sequence. For example, continuing to a server restart even if sending a command beforehand failed.
|
||||
* Adds the ability to specify the group to use for file permissions when using the `p:upgrade` command.
|
||||
* Adds the ability to manually run a schedule even if it is currently disabled.
|
||||
|
||||
## v1.4.0
|
||||
### Fixed
|
||||
* Removes the use of tagging when storing server resource usage in the cache. This addresses errors encountered when using the `file` driver.
|
||||
|
|
Loading…
Reference in New Issue