diff --git a/atlassian-connect-core.cabal b/atlassian-connect-core.cabal
--- a/atlassian-connect-core.cabal
+++ b/atlassian-connect-core.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.7.0.2
+version:             0.7.1.0
 
 -- A short (one-line) description of the package.
 synopsis:            Atlassian Connect snaplet for the Snap Framework and helper code.
@@ -111,10 +111,10 @@
                        , time               >= 1.2
                        , time-units         == 1.*
                        , transformers       >= 0.3
-                       , http-client        == 0.4.*
-                       , http-client-tls    == 0.2.*
-                       , http-types         == 0.8.*
-                       , network-api-support == 0.2.*
+                       , http-client        >= 0.4
+                       , http-client-tls    >= 0.2
+                       , http-types         >= 0.8
+                       , network-api-support >= 0.2
                        , cryptohash         == 0.11.*
 
   if flag(network-uri)
diff --git a/src/Snap/AtlassianConnect/LifecycleResponse.hs b/src/Snap/AtlassianConnect/LifecycleResponse.hs
--- a/src/Snap/AtlassianConnect/LifecycleResponse.hs
+++ b/src/Snap/AtlassianConnect/LifecycleResponse.hs
@@ -31,6 +31,7 @@
   , lrProductType    :: Maybe T.Text
   , lrDescription    :: Maybe T.Text
   , lrEventType      :: Maybe T.Text
+  , lrOauthClientId  :: Maybe T.Text
   } deriving (Eq, Show, Generic)
 
 instance FromJSON LifecycleResponse where
