# 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.2.0] - 2019-06-13 ### Changed - upgrade reqwest from 0.8.5 to 0.9.18 and mockito from 0.9.1 to 0.17.1 ## [0.1.0] - 2018-03-24 ### Added - GET helper - POST helper (with JSON content-type) - POST helper (with PlainText content-type) - PUT helper (with XML content-type) - PUT helper (with PlainText content-type) - Responses assertions for usual status codes