diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change Log
 
+## 0.59.1
+
+* Fix missing `.cabal` file in distribution
+
 ## 0.59.0
 
 * Update resource specification document to version 18.2.0
diff --git a/stratosphere.cabal b/stratosphere.cabal
--- a/stratosphere.cabal
+++ b/stratosphere.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: eaef695309b7ff1c6bf5df07fb2d7b9333bd02eba54eaf6e23a5b6b7d3f354a3
+-- hash: 32e0669e795e3193a411bc5344dfc9fc680bfed5e77269ef76fb4d1d42c39513
 
 name:           stratosphere
-version:        0.59.0
+version:        0.59.1
 synopsis:       EDSL for AWS CloudFormation
 description:    EDSL for AWS CloudFormation
 category:       AWS, Cloud
