Skip to content

Commit

Permalink
Add new supported API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Morand committed Feb 8, 2024
1 parent 6639e75 commit b603bcf
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 b603bcf

Please sign in to comment.