Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and release v0.18.0 #104

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.18.0] - 2023 12 13

### Added

- Add an endpoint to fetch a single email activity

### Changed

### Fixed

### Removed

## [0.17.0] - 2023 12 12

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Constants
{
public const SDK_VERSION = 'v0.17.0';
public const SDK_VERSION = 'v0.18.0';
public const DEFAULT_LIMIT = 25;
public const MIN_LIMIT = 10;
public const MAX_LIMIT = 100;
Expand Down
Loading