Prepare release v3.0.2
This commit is contained in:
parent
bd238c80e8
commit
fd11248e65
2 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## [v3.0.1] - 2019-08-14
|
||||
## [v3.0.2] - 2019-08-15
|
||||
|
||||
### Fixed:
|
||||
- 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
|
||||
|
||||
### Changed:
|
||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// 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.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue