# Changelog
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.2.0] 2019-01-17
### Changed
- Default server port to 80
- GET / responds with a permanent redirect to the GitHub repository

## [1.1.2] - 2018-12-08
### Added
- Travis CI integration
- Code climate reports and badges
- NPM version badge

## [1.1.1] - 2018-12-08
### Added
- `CHANGELOG.md`

### Fixed
- Remove `__pycache__` folder and add it to `.gitignore`.

## [1.1.0] - 2018-12-08
### Changed
- Split router from route controllers

### Added
- `errorHandler.spec.js`
- `notFound.spec.js`
- `quote.spec.js`
- `home.spec.js`
- `slack.spec.js`
- `inspirobot.spec.js`
- `router.spec.js`

## [1.0.1] - 2018-12-06
### Added
- LICENSE
- Repository info in `package.json`
- Author info in `package.json`

### Changed
- More comprehensive `.gitignore`

## [1.0.0] - 2018-12-05

