diff --git a/Changes b/Changes index e13c1b1..3799e39 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,11 @@ {{$NEXT}} 0.004 2024-12-03 10:30:12+00:00 UTC - - Added timeout to `HTTP::Tiny` 0.003 2024-10-07 10:20:54+00:00 UTC - Updated `exchange_token` to support caller payload + 0.002 2024-10-02 22:21:04+00:00 UTC - Bug fix in `validate_token` and `validate_id_token` methods. diff --git a/lib/WebService/Hydra.pm b/lib/WebService/Hydra.pm index a07d2fd..e1fb689 100644 --- a/lib/WebService/Hydra.pm +++ b/lib/WebService/Hydra.pm @@ -1,9 +1,9 @@ package WebService::Hydra; -# ABSTRACT: ... +# ABSTRACT: Interact with the Hydra service API use strict; use warnings; -our $VERSION = '0.004'; +our $VERSION = '0.005'; 1;