diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## v0.2.2.0
+
+- Retrieve single GIFs via GifId.
+- Another attempt in reducing the deps on Hackage.
+
 ## v0.2.1.0
 
 - Expose RandomResponse(..) type for non-lens use.
diff --git a/giphy-api.cabal b/giphy-api.cabal
--- a/giphy-api.cabal
+++ b/giphy-api.cabal
@@ -1,5 +1,5 @@
 name: giphy-api
-version: 0.2.1.0
+version: 0.2.2.0
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -18,6 +18,7 @@
     description:
         Build the sample application.
     default: False
+    manual: True
 
 library
     exposed-modules:
diff --git a/src/Web/Giphy.hs b/src/Web/Giphy.hs
--- a/src/Web/Giphy.hs
+++ b/src/Web/Giphy.hs
@@ -37,6 +37,7 @@
   , Phrase(..)
   , Tag(..)
   , Pagination(..)
+  , GifId(..)
   -- * Response Data Types
   -- $response
   , Gif(..)
