diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017 Adjoint Inc.
+Copyright (c) 2017-2018 Adjoint Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
 <p align="center">
-  <a href="http://www.adjoint.io"><img src="https://www.adjoint.io/images/logo-small.png" width="250"/></a>
+  <a href="http://www.adjoint.io"><img src="https://www.adjoint.io/assets/img/adjoint-logo@2x.png" width="250"/></a>
 </p>
 
+[![CircleCI](https://circleci.com/gh/adjoint-io/merkle-tree.svg?style=svg)](https://circleci.com/gh/adjoint-io/merkle-tree)
+[![Hackage](https://img.shields.io/hackage/v/merkle-tree.svg)](https://hackage.haskell.org/package/merkle-tree)
+
 merkle-tree
 ===========
 
@@ -84,6 +87,6 @@
 License
 -------
 
-Copyright 2017 Adjoint Inc
+Copyright 2017-2018 Adjoint Inc
 
-Released under Apache 2.0.
+Released under MIT License
diff --git a/merkle-tree.cabal b/merkle-tree.cabal
--- a/merkle-tree.cabal
+++ b/merkle-tree.cabal
@@ -1,10 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.19.3.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: e6e8b1519399e076de8c8d14969f1f7d782a4c6117b38e6f85b143c5fe832003
 
 name:                merkle-tree
-version:             0.1.0
-synopsis:            An implementation of a Merkle Tree and merkle tree proofs
+version:             0.1.1
+synopsis:            An implementation of a Merkle tree and merkle tree proofs of inclusion
+description:         An implementation of a Merkle tree and merkle tree proofs of inclusion
 homepage:            https://github.com/adjoint-io/merkle-tree#readme
 bug-reports:         https://github.com/adjoint-io/merkle-tree/issues
 license:             Apache
@@ -13,7 +16,6 @@
 category:            Development
 build-type:          Simple
 cabal-version:       >= 1.10
-
 extra-source-files:
     README.md
 
