Skip to content

Commit

Permalink
Merge pull request #8 from chylli-deriv/release/0.003
Browse files Browse the repository at this point in the history
release
  • Loading branch information
mukesh-deriv authored Oct 7, 2024
2 parents 867fda7 + bbb02ad commit 85b1ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{$NEXT}}

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.
Expand Down
2 changes: 1 addition & 1 deletion lib/WebService/Hydra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package WebService::Hydra;
use strict;
use warnings;

our $VERSION = '0.003';
our $VERSION = '0.004';

1;
2 changes: 1 addition & 1 deletion lib/WebService/Hydra/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.003';
our $VERSION = '0.004';

field $http;
field $jwks;
Expand Down

0 comments on commit 85b1ea7

Please sign in to comment.