Skip to content

Commit

Permalink
Updated CHANGELOG and added ListEventsWithDomain() to the mailgun int…
Browse files Browse the repository at this point in the history
…erface
  • Loading branch information
thrawn01 committed Sep 17, 2020
1 parent 31174b4 commit 4922496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.0] - 2020-09-17
### Added
* Added ListEventsWithDomain()

## [4.1.4] - 2020-08-20
### Changes
* Added Storage to Accepted, Delivered and Failed events
Expand Down
1 change: 1 addition & 0 deletions mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ type Mailgun interface {
UpdateMember(ctx context.Context, Member, list string, prototype Member) (Member, error)
DeleteMember(ctx context.Context, Member, list string) error

ListEventsWithDomain(opts *ListEventOptions, domain string) *EventIterator
ListEvents(*ListEventOptions) *EventIterator
PollEvents(*ListEventOptions) *EventPoller

Expand Down

0 comments on commit 4922496

Please sign in to comment.