diff --git a/Changes b/Changes index e72ab89..2e92e06 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Cro::HTTP +{{$NEXT}} + - Permit use of updated HTTP::Pack module, Samuel Gillespie++ + 0.8.10 - Add two `Response` convenience methods: `not-supported` (500) and `server-error` (505). diff --git a/META6.json b/META6.json index 110924d..725acab 100644 --- a/META6.json +++ b/META6.json @@ -13,7 +13,7 @@ "OO::Monitors", "IO::Path::ChildSecure", "Base64", - "HTTP::HPACK:ver<1.0.1>", + "HTTP::HPACK:ver<1.0.1+>", "Cro::Core:ver<0.8.10+>:api<0>:auth", "Cro::TLS:ver<0.8.10+>:api<0>:auth", "JSON::Fast",