From c835ecfa5fedf65276c0ae716186e4aa883a225b Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Wed, 8 May 2019 13:06:17 +0200 Subject: [PATCH] Added CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5391c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this project 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.1.1] - 2019-05-08 +### Fixed +- Not failing when embedded labels are wrong [#13](https://github.com/cabify/gotoprom/pull/13) + +## [0.1.0] - 2019-05-07 +### Added +- All the code for the initial open source release