Skip to content

Releases: mailgun/mailgun-go

Release v2.0.0

27 Nov 06:12
4071f66
Compare
Choose a tag to compare

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

02 Oct 19:01
28c4508
Compare
Choose a tag to compare

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

25 Aug 14:58
Compare
Choose a tag to compare

Fixed the date format for stats fetching.

Fixed test naming issue

25 Aug 06:41
Compare
Choose a tag to compare

As described in #63 the testing package was included in a file that didn't match the name *_test.go.

v1.0.0

16 Aug 15:16
Compare
Choose a tag to compare
Added semantic versioning. Fixes #57