diff --git a/dap.cabal b/dap.cabal
--- a/dap.cabal
+++ b/dap.cabal
@@ -1,5 +1,5 @@
 name:               dap
-version:            0.3.2.0
+version:            0.4.0.0
 description:        A library for the Debug Adaptor Protocol (DAP)
 synopsis:           A debug adaptor protocol library
 bug-reports:        https://github.com/haskell-debugger/dap/issues
diff --git a/src/DAP/Types.hs b/src/DAP/Types.hs
--- a/src/DAP/Types.hs
+++ b/src/DAP/Types.hs
@@ -2009,19 +2009,19 @@
 ----------------------------------------------------------------------------
 data ExceptionInfoResponse
   = ExceptionInfoResponse
-  { exceptionInfoResponseId :: Text
+  { exceptionInfoResponseExceptionId :: Text
     -- ^
     -- ID of the exception that was thrown.
     --
-  , exceptionInfoDescriptionId :: Maybe Text
+  , exceptionInfoResponseDescription :: Maybe Text
     -- ^
     -- Descriptive text for the exception.
     --
-  , exceptionInfoBreakMode :: ExceptionBreakMode
+  , exceptionInfoResponseBreakMode :: ExceptionBreakMode
     -- ^
     -- Mode that caused the exception notification to be raised.
     --
-  , exceptionInfoReponseDetails :: Maybe ExceptionDetails
+  , exceptionInfoResponseDetails :: Maybe ExceptionDetails
     -- ^
     -- Detailed information about the exception.
     --
