# 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). ## [0.2.0] - 2018-10-31 ### Added - VCR and WebMock to record HTTP interactions - A file to hold a development API key (`.api_key`) - A ruby version dotfile (`.ruby-version`) - Core of the gem - Address API ### Changed - Document the available code maintenance Rake tasks. ## [0.1.0] - 2018-09-29 ### Added - Initial core functionality - Codebase maintenance tools [0.2.0]: https://github.com/wilsonsilva/memoria/compare/v0.1.0...v0.2.0