diff --git a/Changes b/Changes index 1394542..94fab2b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for cro -{{NEXT}} +0.8.10 - Fix tests and CI. - Change dependency management to allow individual Cro modules to be updated individually. diff --git a/META6.json b/META6.json index 25e6c04..d180895 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name": "cro", "description": "Libraries and tools for building reactive services in Raku. This installs the cro command line and web tool, along with HTTP (including HTTPS and HTTP/2.0) and WebSocket support.", - "version": "0.8.9", + "version": "0.8.10", "api": "0", "perl": "6.*", "authors": [ @@ -17,7 +17,7 @@ "Terminal::ANSIColor", "OO::Monitors", "YAMLish", - "Cro::WebSocket:ver<0.8.9>", + "Cro::WebSocket:ver<0.8.10+>:api<0>:auth", "Docker::File", "File::Ignore" ],