diff --git a/ig.cabal b/ig.cabal
--- a/ig.cabal
+++ b/ig.cabal
@@ -1,5 +1,5 @@
 name:                ig
-version:             0.3.1
+version:             0.4
 synopsis:            Bindings to Instagram's API.
 homepage:            https://github.com/prowdsponsor/ig
 license:             BSD3
diff --git a/src/Instagram/Relationships.hs b/src/Instagram/Relationships.hs
--- a/src/Instagram/Relationships.hs
+++ b/src/Instagram/Relationships.hs
@@ -87,5 +87,5 @@
 setRelationShip :: (MonadBaseControl IO m, MonadResource m) => UserID
   -> OAuthToken
   -> RelationShipAction
-  -> InstagramT m (Envelope Relationship)
+  -> InstagramT m (Envelope (Maybe Relationship))
 setRelationShip uid=getPostEnvelope ["/v1/users/",uid,"/relationship"]
