# Changelog
All notable changes to the project ChainTs by Using Blockchain Ltd will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2021-02-15
### Added
- New command `Validator` added
- Implemented simplistic blockchain storage

## [0.1.0] - 2021-02-12
### Added
- New command `Miner` added
- Implemented Block.calculateHash using SHA-256
- Implemented Auditor.verify using Blockchain class
- Implemented draft-level peer-to-peer network

### Changed
- Start following [SemVer](https://semver.org) properly.

[Unreleased]: https://github.com/usingblockchain/chaints/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/usingblockchain/chaints/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/usingblockchain/chaints/releases/tag/v0.1.0
