Prepare release v3.0.2

This commit is contained in:
Fernandez Ludovic 2019-08-15 15:33:12 +02:00
parent bd238c80e8
commit fd11248e65
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,14 @@
# Changelog # Changelog
## [v3.0.1] - 2019-08-14 ## [v3.0.2] - 2019-08-15
### Fixed: ### Fixed:
- Invalid pseudo version (related to Cloudflare client). - Invalid pseudo version (related to Cloudflare client).
## [v3.0.1] - 2019-08-14
There was a problem when creating the tag v3.0.1, this tag has been invalidate.
## [v3.0.0] - 2019-08-05 ## [v3.0.0] - 2019-08-05
### Changed: ### Changed:

View file

@ -5,10 +5,10 @@ package sender
const ( const (
// ourUserAgent is the User-Agent of this underlying library package. // ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/3.0.1" ourUserAgent = "xenolf-acme/3.0.2"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package. // ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release // values: detach|release
// NOTE: Update this with each tagged release. // NOTE: Update this with each tagged release.
ourUserAgentComment = "detach" ourUserAgentComment = "release"
) )