diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,10 @@
 
 ## Unreleased changes
 
+## 0.5.0.4
+
+Use proto-lens-0.4.0.0, this change is package-list incompatible but requires no code change.
+
 ## 0.5.0.3
 
 Add helpers for new bidirectional and general streams.
diff --git a/http2-client-grpc.cabal b/http2-client-grpc.cabal
--- a/http2-client-grpc.cabal
+++ b/http2-client-grpc.cabal
@@ -1,5 +1,5 @@
 name:                http2-client-grpc
-version:             0.5.0.4
+version:             0.6.0.0
 synopsis:            Implement gRPC-over-HTTP2 clients.
 description:         A gRPC over http2-client using proto-lens to generate client code.
 homepage:            https://github.com/lucasdicioccio/http2-client-grpc#readme
@@ -23,11 +23,11 @@
                      , bytestring >= 0.10.8 && < 0.10.9
                      , case-insensitive >= 1.2.0 && < 1.3
                      , data-default-class >= 0.1 && <0.2
-                     , lens >= 4.16 && < 4.17
+                     , lens >= 4.16 && < 4.18
                      , http2 >= 1.6 && < 1.7
                      , http2-client >= 0.8 && < 0.9
-                     , http2-grpc-types >= 0.3 && < 0.4
-                     , proto-lens >= 0.4 && < 0.5
+                     , http2-grpc-types >= 0.4 && < 0.5
+                     , proto-lens >= 0.5 && < 0.6
                      , text >= 1.2 && < 1.3
                      , tls >= 1.4 && < 1.5
   default-language:    Haskell2010
