diff --git a/Web/Twitter/Types/Lens.hs b/Web/Twitter/Types/Lens.hs
--- a/Web/Twitter/Types/Lens.hs
+++ b/Web/Twitter/Types/Lens.hs
@@ -44,6 +44,7 @@
        , statusWithheldCopyright
        , statusWithheldInCountries
        , statusWithheldScope
+       , statusDisplayTextRange
 
        -- * 'TT.SearchResult'
        , TT.SearchResult
@@ -256,6 +257,10 @@
        , imageSizeTypeHeight
        , imageSizeTypeType
 
+       , TT.DisplayTextRange
+       , displayTextRangeStart
+       , displayTextRangeEnd
+
        -- * Type aliases and sum types
        , TT.UserId
        , TT.Friends
@@ -315,6 +320,7 @@
 makeLenses ''TT.Contributor
 makeLenses ''TT.ImageSizeType
 makeLenses ''TT.UploadedMedia
+makeLenses ''TT.DisplayTextRange
 
 class AsStatus s where
     status_id :: Lens' s TT.StatusId
diff --git a/twitter-types-lens.cabal b/twitter-types-lens.cabal
--- a/twitter-types-lens.cabal
+++ b/twitter-types-lens.cabal
@@ -1,5 +1,5 @@
 name:                twitter-types-lens
-version:             0.9.0
+version:             0.10.0
 synopsis:            Twitter JSON types (lens powered)
 description:         Please see the README on Github at <https://github.com/himura/twitter-types#readme>
 homepage:            https://github.com/himura/twitter-types
@@ -31,6 +31,6 @@
     , template-haskell
     , text
     , time
-    , twitter-types >= 0.9 && < 0.10
+    , twitter-types >= 0.10 && < 0.11
 
   default-language:    Haskell2010
