diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ogma-language-csv
 
+## [1.15.0] - 2026-07-21
+
+* Version bump (1.15.0) (#508).
+* Remove commented code (#492).
+
 ## [1.14.0] - 2026-05-21
 
 * Version bump (1.14.0) (#425).
diff --git a/ogma-language-csv.cabal b/ogma-language-csv.cabal
--- a/ogma-language-csv.cabal
+++ b/ogma-language-csv.cabal
@@ -19,7 +19,7 @@
 build-type:          Simple
 
 name:                ogma-language-csv
-version:             1.14.0
+version:             1.15.0
 homepage:            https://github.com/nasa/ogma
 license:             Apache-2.0
 license-file:        LICENSE
@@ -57,7 +57,7 @@
     , vector     >= 0.12.0.1 && < 0.14
     , text       >= 1.2.3.1  && < 2.2
 
-    , ogma-spec  >= 1.14.0 && < 1.15
+    , ogma-spec  >= 1.15.0 && < 1.16
 
   hs-source-dirs:
     src
diff --git a/src/Language/CSVSpec/Parser.hs b/src/Language/CSVSpec/Parser.hs
--- a/src/Language/CSVSpec/Parser.hs
+++ b/src/Language/CSVSpec/Parser.hs
@@ -1,4 +1,3 @@
--- {-# LANGUAGE ScopedTypeVariables #-}
 -- Copyright 2024 United States Government as represented by the Administrator
 -- of the National Aeronautics and Space Administration. All Rights Reserved.
 --
