This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Releases: planningcenter/mailchimp3
Releases · planningcenter/mailchimp3
Release 1.5.2
- Fix: Forward keyword args to
MailChimp3#new
in Ruby 3.x compatible way (#17)
Release 1.5.1
- Fix: Resolve faraday deprecation warning
- Fix: Loosen
faraday
dependency to 1.x - Fix: Loosen
webmock
dependency to 3.x - Fix: Move Faraday adapter declaration to the end
Release 1.5.0
- Feature: allow using a state parameter in the OAuth flow
Release 1.4.0
- Fix: Don't try to parse JSON on POST request for a 204 response
- Chore: Bump minimum Excon version for CVE-2019-16779
Release 1.3.0
- Chore: Bump oauth2 to 1.2
Release 1.2.0
- Fix: raise MailChimp3::Errors::ServerError when response JSON cannot be parsed
Release 1.1.0
- Feature: add method (#v2) for working with the MailChimp 2.0 API
Release 1.0.0
Initial release