diff --git a/README.org b/README.org
--- a/README.org
+++ b/README.org
@@ -93,6 +93,11 @@
 
 ** 0.7 series
 
+- 0.7.1-0.7.4
+  - Support for GHC 7.6
+  - Wider constraints to support newer versions of various dependencies
+  - Update maintainer e-mail address and project categories in cabal file
+
 - 0.7.0
   - Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests
     (i.e. awsUri)
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.7.3
+Version:             0.7.4
 Synopsis:            Amazon Web Services (AWS) for Haskell
 Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>.
 Homepage:            http://github.com/aristidb/aws
@@ -8,7 +8,7 @@
 Author:              Aristid Breitkreuz, contributors see README
 Maintainer:          aristidb@gmail.com
 Copyright:           See contributors list in README and LICENSE file
-Category:            Network, Web
+Category:            Network, Web, AWS, Cloud, Distributed Computing
 Build-type:          Simple
 
 Extra-source-files:  README.org
@@ -20,7 +20,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.7.2
+  tag: 0.7.4
 
 Source-repository head
   type: git
