Skip to content

Commit

Permalink
3.6.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
narendradesai committed Aug 13, 2024
1 parent 7fe570b commit 0ce293b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ContentHubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ public function addEntitiesToInterestList(string $webhook_uuid, array $uuids): R
* @return array
* Interests list.
*
* @deprecated in 3.5.3 and is removed from 3.6.0. Use getInterestList().
* @deprecated in 3.6.0 and is removed from 3.7.0. Use getInterestList().
* @see getInterestList()
*
* @throws \Exception
Expand Down Expand Up @@ -807,7 +807,7 @@ public function deleteMultipleInterest(string $webhook_uuid, array $interest_lis
* @return array
* An associate array keyed by the entity uuid.
*
* @deprecated in 3.5.3 and is removed from 3.6.0. Use getInterestList().
* @deprecated in 3.6.0 and is removed from 3.7.0. Use getInterestList().
* @see getInterestList()
*
* @throws \Exception
Expand Down
2 changes: 1 addition & 1 deletion src/ContentHubDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class ContentHubDescriptor {
/**
* Library version for client.
*/
public const LIB_VERSION = '3.5.x-dev';
public const LIB_VERSION = '3.6.x-dev';

/**
* Library name for client.
Expand Down

0 comments on commit 0ce293b

Please sign in to comment.