# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.1.2][] - 2018-12-22

### Updated
- Bumped to `version-changelog@^3.1.1`

## [1.1.1][] - 2018-12-22

### Added
- CircleCI support
- Enforce adding changes to `CHANGELOG.md`'s `Unreleased` section for PRs

### Change
- Upgrade upath package to 1.1.0
- Upgrade meow to 5.0.0

## [1.1.0][] - 2017-11-27

### Added
- Added a flag `--unreleased` to verify a an `Unreleased` section is updated

## [1.0.4][] - 2016-10-25

### Fixed

- Added missing `upath` dep. (#2 by @alex-e-leon)

## [1.0.3][] - 2016-10-23

### Fixed

- Actually dog food the tools recommended

## [1.0.2][] - 2016-10-23

### Added

- Instructions on using it with
  [`version-changelog`](https://github.com/jesstelford/version-changelog).

## [1.0.1][] - 2016-10-22

### Fixed

- Remove extra new line from Changelog links

## [1.0.0][] - 2016-10-22

### Initial release

- Check `CHANGELOG.md` contains non-heading items between each change log entry.
- Include tests for [in]valid cases
- Dogfood the tool

[Unreleased]: https://github.com/jesstelford/changelog-verify/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/jesstelford/changelog-verify/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/jesstelford/changelog-verify/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/jesstelford/changelog-verify/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/jesstelford/changelog-verify/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/jesstelford/changelog-verify/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/jesstelford/changelog-verify/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/jesstelford/changelog-verify/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jesstelford/changelog-verify/compare/f95df583af4612319aad60e9957976a2c07e5bf2...v1.0.0
