From 7de9bdf994048a7f9d91166ed5e15659a9d8d5dd Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Sun, 27 Dec 2020 19:24:55 -0800
Subject: [PATCH] release: Prepare for 0.1.1 release

---
 CHANGELOG    | 24 +++++++++++++++++++++++-
 package.yaml |  2 +-
 shift.cabal  |  2 +-
 3 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index f9d817e..2650487 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,22 @@
-# v0.0.0.4 to HEAD
+# 0.1.0 to HEAD
+
+## New features:
+
+  - \[[`f82d6cd`](https://gitlab.chromabits.com/etcinit/shift/-/commit/f82d6cdd35b200017d4a3fedf20dbdbf87a4128d "f82d6cd")\] **Git:** Render empty changelogs [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
+
+## Fixes:
+
+  - \[[`61ea856`](https://gitlab.chromabits.com/etcinit/shift/-/commit/61ea85612d941947df8c3b63d8139ab3dea5a832 "61ea856")\] **Parsers:** Fix a parsing issue with commits with large bodies [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
+
+## Updated tests:
+
+  - \[[`49a7da7`](https://gitlab.chromabits.com/etcinit/shift/-/commit/49a7da77d9253e6eb01585e2fc2302b4b2c9e7f9 "49a7da7")\] **:** Use tasty and generate a JUnit XML report for GitLab [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
+
+## Chores:
+
+  - \[[`4dec966`](https://gitlab.chromabits.com/etcinit/shift/-/commit/4dec96632e434c5dfdde2228a000c1faa6697ac7 "4dec966")\] **gitlab-ci:** Add fallback cache key [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
+
+# v0.0.0.4 to 0.1.0
 
 ## New features:
 
@@ -64,6 +82,10 @@
 
   - \[[`7d06e77`](https://gitlab.chromabits.com/etcinit/shift/-/commit/7d06e779bdf16842c39a70c31cd0cd4759011c48 "7d06e77")\] **travis:** Remove TravisCI configs [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
 
+## Miscellaneous changes:
+
+  - \[[`e59b090`](https://gitlab.chromabits.com/etcinit/shift/-/commit/e59b090bd410d792fafec896a42202ee13f90ce3 "e59b090")\]release: Prepare for 0.1.0 release [etcinit](https://gitlab.chromabits.com/etcinit "etcinit")
+
 # v0.0.0.3 to v0.0.0.4
 
 ## Fixes:
diff --git a/package.yaml b/package.yaml
index 2c8b705..fd1d4cc 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: shift
-version: 0.1.0
+version: 0.1.1
 synopsis: A CHANGELOG generator
 description: |
   A Haskell library and executable that allowes generating changelogs from a
diff --git a/shift.cabal b/shift.cabal
index b104465..ae021fc 100644
--- a/shift.cabal
+++ b/shift.cabal
@@ -5,7 +5,7 @@ cabal-version: 1.12
 -- see: https://github.com/sol/hpack
 
 name:           shift
-version:        0.1.0
+version:        0.1.1
 synopsis:       A CHANGELOG generator
 description:    A Haskell library and executable that allowes generating changelogs from a
                 Git repository's history.
-- 
GitLab