<!-- This Source Code Form is subject to the terms of the Mozilla Public
     License, v. 2.0. If a copy of the MPL was not distributed with this
     file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keep a changelog]
and this project adheres to [Semantic Versioning][semver].

<!-- ## [Unreleased][unreleased]

### Added
- N/A

### Changed
- N/A

### Fixed
- N/A

### Removed
- N/A
-->

## [v0.0.2][]

- Cleanup comments in the registry

## [v0.0.1][]


### Added
- Import from [ERC820a][erc820a]
- Changelog based on [Keep a Changelog][keep a changelog]
- Deploy to npm from circleci

### Changed
- Use circleci instead of travis for ci
- Test code cleanup
- Vanity address

[unreleased]: https://github.com/0xjac/ERC1820/compare/v0.0.2..HEAD
[v0.0.2]: https://github.com/0xjac/ERC1820/compare/v0.0.1..v0.0.2
[v0.0.1]: https://github.com/0xjac/ERC1820/compare/0b80d867940243d4538b8686f3c647704e9cb5c6..v0.0.1
[erc820a]: https://github.com/jbaylina/ERC820a
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
[readme]: README.md
