diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Changelog for pandoc-query
 
+1.0.0 Should have bumped the major version number with the previous release.
+
 0.1.2 Improved error message when unable to parse query.
       Added a mechanism to sort the results.
 
diff --git a/pandoc-query.cabal b/pandoc-query.cabal
--- a/pandoc-query.cabal
+++ b/pandoc-query.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.0
 name:            pandoc-query
-version:         0.1.2
+version:         1.0.0
 synopsis:        Pandoc filter to extract only the links.
 description:
   For more information and a tutorial on how to use this package,
