title: Release notes of changelog-parser
description: >
  The changelog parser reads changelog.md files and derivatives and converts them to
  release notes objects with a standardized schema.
  This allows further processing of changelog files and provides an unified access to information
  on version and even atomic modification level.
  https://release-notes.com

releases:
- version: 0.1.2
  date: 2017-12-19T11:52:43Z
  added:
  - Add support for parsing the title of a release. ([#3](https://github.com/release-notes/changelog-parser/issues/3)
- version: 0.1.1
  date: 2017-12-17T22:02:46Z
  added:
  - Upgrade to `release-notes-node@0.3.0`
- version: 0.1.0
  date: 2017-12-14
  title: First Release
  description: First experimental approach to parse CHANGELOG.md files for further processing.
  added:
  - MIT license.
  - Introduce experimental changelog parsing approach.
