We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c962e4 commit b808640Copy full SHA for b808640
CHANGELOG.md
@@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Removed
17
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
30
## [0.23.0] - 2024 03 26
31
32
### Added
src/Common/Constants.php
@@ -4,7 +4,7 @@
4
5
class Constants
6
{
7
- public const SDK_VERSION = 'v0.23.0';
+ public const SDK_VERSION = 'v0.24.0';
8
public const DEFAULT_LIMIT = 25;
9
public const MIN_LIMIT = 10;
10
public const MAX_LIMIT = 100;
0 commit comments