From 8688d7fb97a76b0cc49d647ea4745f4ed06e3fcc Mon Sep 17 00:00:00 2001
From: David Binder <david.binder@uni-tuebingen.de>
Date: Thu, 5 Oct 2023 23:23:42 +0200
Subject: [PATCH] Prepare release of 0.69

---
 CHANGELOG.md            | 5 ++++-
 hpc-bin.cabal           | 2 +-
 test/gold/T17073.stdout | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4f3082..5ec29ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,10 @@ 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 the [Package Versioning Policy](https://pvp.haskell.org).
 
-## [Unreleased]
+## [0.69] - 2023-10-05
+
+- Allow compatibility with hpc 0.7.0.0
+- Minor refactorings
 
 ## [0.68] - 2022-10-07
 
diff --git a/hpc-bin.cabal b/hpc-bin.cabal
index a52430e..44dd18f 100644
--- a/hpc-bin.cabal
+++ b/hpc-bin.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: hpc-bin
-version: 0.68
+version: 0.69
 license: BSD-3-Clause
 license-File: LICENSE
 copyright: (c) Andy Gill, Colin Runciman
diff --git a/test/gold/T17073.stdout b/test/gold/T17073.stdout
index 8abd540..6cf9557 100644
--- a/test/gold/T17073.stdout
+++ b/test/gold/T17073.stdout
@@ -7,7 +7,7 @@
 100% alternatives used (0/0)
 100% local declarations used (0/0)
 100% top-level declarations used (1/1)
-hpc tools, version 0.68
+hpc tools, version 0.69
 Writing: Main.hs.html
 Writing: hpc_index.html
 Writing: hpc_index_fun.html
-- 
GitLab