exonum-testkit 0.1.1

Testkit for Exonum blockchain framework, allowing to test service APIs synchronously.
Documentation
# 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]

## 0.1.1 - 2017-12-14

### Added

- Added the usage manual. (#9)

### Fixed

- Fixed incorrect behavior of `TestKit::create_block_with_transactions()`,
  in which it would execute incorrect transactions. (#11)

## 0.1 - 2017-12-08

The first release of Exonum testkit.