From 0e6688c2bc280ad4f914ffb48b52e7b3e17ae03d Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Thu, 30 Sep 2021 11:15:53 +0200
Subject: [PATCH] Bump to 0.1.17.2

---
 docs/CHANGELOG.md | 7 +++++++
 ghcup.cabal       | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 1a3fc8a7..99c2dc76 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Revision history for ghcup
 
+## 0.1.17.2 -- 2021-09-30
+
+* Honour GHC bootstrap compiler during git clone stages wrt [#250](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/250)
+* Speed up `unset` command
+* Fix `--overwrite-version` for `ghcup compile ghc` wrt [#253](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/253)
+* Apply patches before bootstrap
+
 ## 0.1.17.1 -- 2021-09-26
 
 * Fix `NO_COLOR`
diff --git a/ghcup.cabal b/ghcup.cabal
index 1f756d33..5fa97230 100644
--- a/ghcup.cabal
+++ b/ghcup.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               ghcup
-version:            0.1.17.1
+version:            0.1.17.2
 license:            LGPL-3.0-only
 license-file:       LICENSE
 copyright:          Julian Ospald 2020
-- 
GitLab