diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 ## master
 
 
+## v0.1.0.2
+
+* Change crypto library from `cryptonite` to `crypton`.
+
 ## v0.1.0.1
 
 * Bump `base64` requirement to v1.0.
diff --git a/gemini-exports.cabal b/gemini-exports.cabal
--- a/gemini-exports.cabal
+++ b/gemini-exports.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gemini-exports
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions
 description:    @gemini-exports@ is a CLI program that queries the Gemini Exchange's API
                 for your Trade History, Transfer History, & Earn History and exports all
@@ -67,7 +67,7 @@
     , cassava <1
     , cmdargs >=0.10 && <1
     , containers <1
-    , cryptonite <1
+    , crypton <2
     , directory <2
     , http-client <1
     , http-types <1
