From 18691378a5ab9dc1cb555782f1631d5090877b0b Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Mon, 30 Sep 2024 04:00:26 +0000 Subject: [PATCH] release 0.001 --- Changes | 2 ++ lib/WebService/Hydra.pm | 2 +- lib/WebService/Hydra/Client.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index afd40e9..c1fc1db 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ {{$NEXT}} + +0.001 2024-09-30 03:56:03+00:00 UTC - Initial release - get_login_request - accept_login_request diff --git a/lib/WebService/Hydra.pm b/lib/WebService/Hydra.pm index 7e84e4b..c563d73 100644 --- a/lib/WebService/Hydra.pm +++ b/lib/WebService/Hydra.pm @@ -4,6 +4,6 @@ package WebService::Hydra; use strict; use warnings; -our $VERSION = "0.001"; +our $VERSION = '0.002'; 1; diff --git a/lib/WebService/Hydra/Client.pm b/lib/WebService/Hydra/Client.pm index 58ed73a..ad0eafd 100644 --- a/lib/WebService/Hydra/Client.pm +++ b/lib/WebService/Hydra/Client.pm @@ -18,7 +18,7 @@ use constant OK_STATUS_CODE => 200; use constant OK_NO_CONTENT_CODE => 204; use constant BAD_REQUEST_STATUS_CODE => 400; -our $VERSION = '0.01'; +our $VERSION = '0.002'; field $http; field $jwks;