diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,12 @@
 
 [KaC]: <https://keepachangelog.com/en/1.0.0/>
 
+## 0.8.0.1 (2025-01-04)
+
+### Non-Breaking
+
+* Flip `optparse-applicative_ge_0_18` flag
+
 ## 0.8.0.0 (2025-01-03)
 
 ### Breaking
diff --git a/queue-sheet.cabal b/queue-sheet.cabal
--- a/queue-sheet.cabal
+++ b/queue-sheet.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               queue-sheet
-version:            0.8.0.0
+version:            0.8.0.1
 synopsis:           queue sheet utility
 description:
   This package provides a utility for creating queue sheets.  Please see the
@@ -34,10 +34,9 @@
   type: git
   location: https://github.com/ExtremaIS/queue-sheet-haskell.git
 
--- This flag is referenced in the Stack build-constraints.yaml configuration.
 flag optparse-applicative_ge_0_18
   description: Use optparse-applicative 0.18 or newer
-  default: False
+  default: True
   manual: False
 
 library
