diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,4 @@
 # Change log
 
-Scrod will follow the [Package Versioning Policy](https://pvp.haskell.org).
-While at major version 0, Scrod follows [CalVer](https://calver.org) instead.
-It uses the scheme `0.YYYY.M.D`.
-No stability is expected during this period.
+Scrod follows the [Package Versioning Policy](https://pvp.haskell.org).
 You can find release notes [on GitHub](https://github.com/tfausak/scrod/releases).
diff --git a/scrod.cabal b/scrod.cabal
--- a/scrod.cabal
+++ b/scrod.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.12
 name: scrod
-version: 0.2026.3.4
+version: 1.0.0.0
 synopsis: Worse Haskell documentation
 description:
   Scrod generates documentation for Haskell modules, similar to Haddock. Unlike
diff --git a/source/library/Scrod/TestSuite/Integration.hs b/source/library/Scrod/TestSuite/Integration.hs
--- a/source/library/Scrod/TestSuite/Integration.hs
+++ b/source/library/Scrod/TestSuite/Integration.hs
@@ -37,7 +37,7 @@
       -- Note that we don't want this test to be too specific, otherwise we'd
       -- have to update it every time we change the version number. So instead
       -- we just check the first component.
-      check s "" [("/version/0", "0")]
+      check s "" [("/version/0", "1")]
 
   Spec.describe s "language" $ do
     Spec.it s "defaults to absent" $ do
