Skip to content

Commit

Permalink
Merge pull request #3 from chylli-deriv/release/0.001
Browse files Browse the repository at this point in the history
release 0.001
  • Loading branch information
mukesh-deriv authored Sep 30, 2024
2 parents 1a7c0dc + 1869137 commit 17b5b2a
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.001 2024-09-30 03:56:03+00:00 UTC
- Initial release
- get_login_request
- accept_login_request
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.001";
our $VERSION = '0.002';

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.01';
our $VERSION = '0.002';

field $http;
field $jwks;
Expand Down

0 comments on commit 17b5b2a

Please sign in to comment.