diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.0
+* A bit of type renaming
+* Intances of `Storable`
+
 # 0.2.1
 * Parsing of qualified identifiers
 
diff --git a/record.cabal b/record.cabal
--- a/record.cabal
+++ b/record.cabal
@@ -1,7 +1,7 @@
 name:
   record
 version:
-  0.2.2
+  0.3.0
 synopsis:
   First class records implemented with quasi-quotation
 description:
