diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 0.3.2.2
+* Relaxed criterion upper bound.
+
 ## 0.3.2.1
 * Relaxed optparse-applicative upper bound.
 
diff --git a/hasmin.cabal b/hasmin.cabal
--- a/hasmin.cabal
+++ b/hasmin.cabal
@@ -1,5 +1,5 @@
 name:                hasmin
-version:             0.3.2.1
+version:             0.3.2.2
 license:             BSD3
 license-file:        LICENSE
 author:              (c) 2017 Cristian Adrián Ontivero <cristianontivero@gmail.com>
@@ -140,7 +140,7 @@
   main-is:             Benchmarks.hs
   ghc-options:         -threaded -Wall -fno-warn-orphans
   build-depends:       base             >=4.9  && <5.1
-                     , criterion        >=0.11 && <1.2
+                     , criterion        >=0.11 && <1.3
                      , directory
                      , text             >=1.2  && <1.3
                      , hasmin
