-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergey Korney
committed
May 20, 2024
1 parent
feb301b
commit 8dc931b
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
|
||
## [1.6.31] - 2024-05-17 | ||
|
||
### Fixed | ||
|
||
- CI/CD. | ||
|
||
## [1.6.30] - 2024-05-16 | ||
|
||
### Fixed | ||
|
||
- Json serialization. | ||
|
||
## [1.6.29] - 2024-04-24 | ||
|
||
### Added | ||
|
||
- Event api `sendNow`. | ||
|
||
### Removed | ||
|
||
- Event api `sendEvents`. | ||
|
||
### Changed | ||
|
||
- Fix typos in `Subscription` module. | ||
|
||
## [1.6.28] - 2024-04-01 | ||
|
||
### Added | ||
|
||
- New module `Subscription`. | ||
- New event `FailedPurchaseEvent`. | ||
- New values in `PredefinedString`. | ||
|
||
### Changed | ||
|
||
- Improve `AffiseModuleManager` | ||
- Update for demo app | ||
|
||
[1.6.31]: https://github.com/affise/sdk-ios/compare/1.6.30...1.6.31 | ||
[1.6.30]: https://github.com/affise/sdk-ios/compare/1.6.29...1.6.30 | ||
[1.6.29]: https://github.com/affise/sdk-ios/compare/1.6.28...1.6.29 | ||
[1.6.28]: https://github.com/affise/sdk-ios/compare/1.6.27...1.6.28 |