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

- Nothing yet


## [0.2.1][] - 2019-06-15

### Updated

- Updated dependencies

## [0.2.0][] - 2019-04-06

### Added

- Documentation and typespecs to all public functions
- Basic documentation and usage to the Readme
- Credo to keep code healthy
- This changelog
- MIT License
- Code coverage tracking
- Dialyzer
- .travis.yml run all the above continuously

## 0.1.0 - 2019-03-29

### Initial release

[Unreleased]: https://github.com/peek-travel/ecto_diff/compare/0.2.1...HEAD
[0.2.1]: https://github.com/peek-travel/ecto_diff/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/peek-travel/ecto_diff/compare/0.1.0...0.2.0
