Commit 54ad214baae9925c8897b64be8bf27b0e09b32a1
1 parent
f65bf747
Added CHANGELOG
Showing
1 changed file
with
20 additions
and
0 deletions
Show diff stats
1 | +# Changelog | |
2 | +All notable changes to this project will be documented in this file. | |
3 | + | |
4 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | |
5 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | |
6 | + | |
7 | +## [Unreleased] | |
8 | +### Added | |
9 | +### Changed | |
10 | +### Deprecated | |
11 | +### Removed | |
12 | +### Fixed | |
13 | +### Security | |
14 | + | |
15 | +## 0.1.0 - 2018-04-06 | |
16 | +### Added | |
17 | +- CHANGELOG file | |
18 | +- `rubocop` gem | |
19 | +- `vcr` gem | |
20 | +- Query Endpoint | ... | ... |