diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,11 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## 0.1.1
+### Changed
+- Separate package dependencies.
+
+## 0.1.0
 ### Added
 - Typeclasses for key/value pairs, base keys and key seekers.
 - Functions for creating, updating, deleting records.
diff --git a/rocksdb-query.cabal b/rocksdb-query.cabal
--- a/rocksdb-query.cabal
+++ b/rocksdb-query.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 22fa4385a9bbab4e0eb723156fce25ead14fbd6fd70ba1743a4d6895415b3062
+-- hash: 9f3e47ecf153da8c0f3c35265b497ca684be47d22cced1ca0a48d129e3e39db0
 
 name:           rocksdb-query
-version:        0.1.0
+version:        0.1.1
 synopsis:       RocksDB database querying library for Haskell
 description:    Please see the README on GitHub at <https://github.com/xenog/rocksdb-query#readme>
 category:       Database
@@ -51,11 +51,8 @@
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base >=4.7 && <5
-    , bytestring
     , cereal
-    , conduit
     , hspec
-    , resourcet
     , rocksdb-haskell
     , rocksdb-query
     , unliftio
