# 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]


## [1.0.1] - 2017-07-13
### Added
- `CHANGELOG.md`
- Requirements to `README.md`.

### Changed
- `index` parameter values are now parsed as integers and are ignored if they cannot be parsed.
- Raised minimum moment version to `2.1.0`.
- Raised devDependency `ava` minimum version to `0.10.0`.


## 1.0.0 - 2017-07-13
### Added
- Initial release.

[Unreleased]: https://github.com/kodie/moment-weekdaysin/compare/v1.0.0...HEAD
[1.0.1]: https://github.com/kodie/moment-weekdaysin/compare/v1.0.0...v1.0.1
