From 16e20c63a26fe79c05303f25aaad37cd216e2715 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Wed, 17 May 2023 23:08:50 -0300 Subject: [PATCH] new version 3.0.37 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b733702..052df21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Implemented enhancements:** + +- Add possibility to change the timeout [\#47](https://github.com/ebizmarts/mailchimp-lib/issues/47) + ## [3.0.36](https://github.com/ebizmarts/mailchimp-lib/tree/3.0.36) (2022-04-18) [Full Changelog](https://github.com/ebizmarts/mailchimp-lib/compare/3.0.35...3.0.36) diff --git a/composer.json b/composer.json index 0b847f6..58d9bbf 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ebizmarts/mailchimp-lib", "type": "library", - "version": "3.0.36", + "version": "3.0.37", "description": "API client library for the MailChimp", "keywords": ["email", "api","mailchimp"], "homepage": "https://github.com/ebizmarts/mailchimp-lib",