diff --git a/CHANGELOG.md b/CHANGELOG.md index 052df21..60120f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Change Log +## [3.0.38](https://github.com/ebizmarts/mailchimp-lib/tree/3.0.38) (2024-02-20) + +[Full Changelog](https://github.com/ebizmarts/mailchimp-lib/compare/3.0.37...3.0.38) + +**Implemented enhancements:** + +- Add the possibility to add actions to ListMemberActivity [\#50](https://github.com/ebizmarts/mailchimp-lib/issues/50) + ## [3.0.37](https://github.com/ebizmarts/mailchimp-lib/tree/3.0.37) (2023-04-17) -[Full Changelog](https://github.com/ebizmarts/mailchimp-lib/compare/3.0.35...3.0.36) +[Full Changelog](https://github.com/ebizmarts/mailchimp-lib/compare/3.0.36...3.0.37) **Implemented enhancements:** diff --git a/composer.json b/composer.json index 58d9bbf..1e59303 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ebizmarts/mailchimp-lib", "type": "library", - "version": "3.0.37", + "version": "3.0.38", "description": "API client library for the MailChimp", "keywords": ["email", "api","mailchimp"], "homepage": "https://github.com/ebizmarts/mailchimp-lib",