diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+2023-05-07
+        * Version bump (3.15). (#438)
+
 2023-03-07
         * Version bump (3.14). (#422)
         * Adjust contraints on version of what4. (#423)
diff --git a/copilot-theorem.cabal b/copilot-theorem.cabal
--- a/copilot-theorem.cabal
+++ b/copilot-theorem.cabal
@@ -14,7 +14,7 @@
   <https://copilot-language.github.io>.
 
 
-version                   : 3.14
+version                   : 3.15
 license                   : BSD3
 license-file              : LICENSE
 maintainer                : Ivan Perez <ivan.perezdominguez@nasa.gov>
@@ -63,8 +63,8 @@
                           , xml                   >= 1.3 && < 1.4
                           , what4                 >= 1.3 && < 1.5
 
-                          , copilot-core          >= 3.14 && < 3.15
-                          , copilot-prettyprinter >= 3.14 && < 3.15
+                          , copilot-core          >= 3.15 && < 3.16
+                          , copilot-prettyprinter >= 3.15 && < 3.16
 
   exposed-modules         : Copilot.Theorem
                           , Copilot.Theorem.Prove
