Update changelog
This commit is contained in:
parent
e51a9ff678
commit
602848cd9d
|
@ -5,6 +5,10 @@ All notable changes to rattail-shinken will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.6] - 2019-10-14
|
||||
### Changed
|
||||
- Add the `check_systemd_service` command.
|
||||
|
||||
## [0.5] - 2018-12-12
|
||||
### Changed
|
||||
- Add `check_supervisor_process` command.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "rattail",
|
||||
"types": ["pack"],
|
||||
"version": "0.5",
|
||||
"version": "0.6",
|
||||
"homepage": "https://rattailproject.org/",
|
||||
"author": "Lance Edgar",
|
||||
"contributors": [
|
||||
|
|
Loading…
Reference in a new issue