Skip to content

Commit

Permalink
bump up and release 0.28.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOcansey authored Nov 25, 2024
1 parent 2644aad commit e919778
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.28.0] - 2024 11 25

### Added

- Add opened_unique, clicked_unique to analytics event list

### Changed

### Fixed

### Removed

## [0.27.0] - 2024 08 28

### 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.27.0';
public const SDK_VERSION = 'v0.28.0';
public const DEFAULT_LIMIT = 25;
public const MIN_LIMIT = 10;
public const MAX_LIMIT = 100;
Expand Down

0 comments on commit e919778

Please sign in to comment.