From ac28156089bad93c808f06b0d51f8e8f4a05e49e Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sat, 1 Sep 2018 12:34:54 +0700 Subject: [PATCH] Add fix for #192 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6689ddd..e46172e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This changelog contains a loose collection of changes in every release. I will a The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to a "shifted" version of semantic versioning while the major version remains at 0: Minor version changes indicate breaking changes, patch version changes should not contain breaking changes. +## 0.14.2 + +### Fixed + +* Fixed bug that prevented LambdaCD from starting if home-dir contained build history directories without a build number in their name (#192) + ## 0.14.1 Thanks to @Atsman for cleaning up and improving the frontend code in this release!