Releases: mailgun/mailgun-go
Releases · mailgun/mailgun-go
Release v2.0.0
Released from PR #132
- API Exported method name clean up
- Move Email Validations into a separate struct
- Updated events list processing to support mailing list events
- Support for public and private email validation
- General code clean up
Final 1.0 Release
This is the final release before 2.0. Those who wish to continue using the 1.X release should pin this version number.
Fixing date format
Fixed the date format for stats fetching.
Fixed test naming issue
As described in #63 the testing
package was included in a file that didn't match the name *_test.go
.