bixlabs / authentication

A module in Go for authentication
1 stars 0 forks source link

Bump github.com/mailgun/mailgun-go/v3 from 3.6.0 to 3.6.1 #62

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/mailgun/mailgun-go/v3 from 3.6.0 to 3.6.1.

Release notes *Sourced from [github.com/mailgun/mailgun-go/v3's releases](https://github.com/mailgun/mailgun-go/releases).* > ## Release 3.6.1 > * Added VerifyWebhookSignature to mailgun interface > * APIBaseEU and APIBaseUS to help customers change regions > * Documented how to change regions in the README > * Now URLs passed to SetAPIBase() are required to end in /v2,v3 or v4 > * Fix the JSON response for GetMember() > * Typo in format string in max number of tags error > * Fix the JSON response for GetMember() > > ## Release Release 3.6.1-rc.3 > ### Added > * APIBaseEU and APIBaseUS to help customers change regions > * Documented how to change regions in the README > * Now URLs passed to `SetAPIBase()` are required to end in `/v2,v3 or v4` > > ## Release 3.6.1-rc.2 > ## [3.6.1-rc.1] - 2019-06-26 > ### Changes > * Fix the JSON response for `GetMember()` > * Typo in format string in max number of tags error > > ## Release 3.6.1-rc.1 > ## [3.6.1-rc.1] - 2019-06-26 > ### Changes > * Fix the JSON response for `GetMember()`
Changelog *Sourced from [github.com/mailgun/mailgun-go/v3's changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG).* > ## [3.6.1] - 2019-10-24 > ### Added > * Added `VerifyWebhookSignature()` to mailgun interface > > ## [3.6.1-rc.3] - 2019-07-16 > ### Added > * APIBaseEU and APIBaseUS to help customers change regions > * Documented how to change regions in the README > > ## [3.6.1-rc.2] - 2019-07-01 > ### Changes > * Fix the JSON response for `GetMember()` > * Typo in format string in max number of tags error
Commits - [`62281c2`](https://github.com/mailgun/mailgun-go/commit/62281c23389bb00c06f6057a660fd4630b8768c7) Updated change log for 3.6.1 releaes - [`b8cac71`](https://github.com/mailgun/mailgun-go/commit/b8cac710c4eaa550d8f3cea8a4ad5f6a68b93aba) Merge pull request [#203](https://github-redirect.dependabot.com/mailgun/mailgun-go/issues/203) from thrawn01/thrawn/develop - [`1bd52a8`](https://github.com/mailgun/mailgun-go/commit/1bd52a82b67964ba5c541a6491d15eefc23580ae) Added VerifyWebhookSignature() to mailgun interface - [`b8bdbc7`](https://github.com/mailgun/mailgun-go/commit/b8bdbc7183b4d8c3e60e4adc79163f67ef8c7744) Merge pull request [#198](https://github-redirect.dependabot.com/mailgun/mailgun-go/issues/198) from thrawn01/thrawn/develop - [`1a5575e`](https://github.com/mailgun/mailgun-go/commit/1a5575ed48422123c7fd8c4ea0abc0ad853c7fc2) BaseAPI is now required to end with a version like /v3 - [`5d6d5c9`](https://github.com/mailgun/mailgun-go/commit/5d6d5c9ea519d440b2a994cae34cd166ad5fa189) Clarified how to set EU region - [`cd4cc0c`](https://github.com/mailgun/mailgun-go/commit/cd4cc0c6e6178be81b436ae16651f8db3d6e8460) Merge pull request [#196](https://github-redirect.dependabot.com/mailgun/mailgun-go/issues/196) from mailgun/thrawn01-patch-1 - [`7b48891`](https://github.com/mailgun/mailgun-go/commit/7b48891f20cebca8e2a9631a04460233b46e5257) Update version.go and CHANGELOG - [`a43724c`](https://github.com/mailgun/mailgun-go/commit/a43724cbf3b096623b972ab79e54e08c195201d2) Merge pull request [#195](https://github-redirect.dependabot.com/mailgun/mailgun-go/issues/195) from ernestoalejo/patch-1 - [`31f85e8`](https://github.com/mailgun/mailgun-go/commit/31f85e84fec0f1fe2a1df5cb6e077addaca0bd8b) Fix a typo when formatting the max number of tags - Additional commits viewable in [compare view](https://github.com/mailgun/mailgun-go/compare/v3.6.0...v3.6.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)