From 584f8724ff057230d321b8596f1eb357199771bb Mon Sep 17 00:00:00 2001 From: Luis Davim Date: Fri, 20 Oct 2017 10:47:44 +0100 Subject: [PATCH] adding missing header on the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c594739..9c5e431 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +### Changed - check-marathon-task.rb: if instances are not defined, plugin will check number of configured instances in Marathon. Also removed Net::HTTP in favour of Restclient::Resource ## [2.0.0] - 2017-07-15