Skip to content

Commit

Permalink
Merge pull request #36 from NicolasGraph/2.x
Browse files Browse the repository at this point in the history
Add new supported API version
  • Loading branch information
rtouze authored Feb 19, 2024
2 parents 6639e75 + b603bcf commit 2fc129f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/AuthenticationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class AuthenticationResource
/** @var array */
const VERSIONS = [
'1.0.2',
'2.1.0'
'2.1.0',
'2.2.0',
];

/** @var array */
Expand Down

0 comments on commit 2fc129f

Please sign in to comment.