Skip to content

Commit b808640

Browse files
authored
Update and release (#125)
1 parent 7c962e4 commit b808640

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18+
## [0.24.0] - 2024 05 09
19+
20+
### Added
21+
22+
- Add the manage invite endpoints
23+
24+
### Changed
25+
26+
### Fixed
27+
28+
### Removed
29+
1830
## [0.23.0] - 2024 03 26
1931

2032
### Added

src/Common/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Constants
66
{
7-
public const SDK_VERSION = 'v0.23.0';
7+
public const SDK_VERSION = 'v0.24.0';
88
public const DEFAULT_LIMIT = 25;
99
public const MIN_LIMIT = 10;
1010
public const MAX_LIMIT = 100;

0 commit comments

Comments
 (0)