# Changelog
All notable changes to this project 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).

## [Unreleased]
- Add support to add new Monitors
- Add support to edit existing Monitors
- Add support to delete existing Monitors
- Add supoort to add new Alert Contacts
- Add support to edit existing Alert Contacts
- Add support to delete existing Alert Contacts
- Add supoort to add new Maintenance Windows
- Add support to edit existing Maintenance Windows
- Add support to delete existing Maintenance Windows
- Add supoort to add new Public Status Pages
- Add support to edit existing Public Status Pages
- Add support to delete existing Public Status Pages


## 0.0.1 - 2018-06-15
### Added
- Initial commit
- Config file to host API key and other options
- All read only API calls are implemented:
  - getMonitors
  - getAccountDetails
  - getAlertContacts
  - getMWindows
  - getPSPs
  
  
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
