Skip to content

Commit fd11248

Browse files
committed
Prepare release v3.0.2
1 parent bd238c8 commit fd11248

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## [v3.0.1] - 2019-08-14
3+
## [v3.0.2] - 2019-08-15
44

55
### Fixed:
66
- Invalid pseudo version (related to Cloudflare client).
77

8+
## [v3.0.1] - 2019-08-14
9+
10+
There was a problem when creating the tag v3.0.1, this tag has been invalidate.
11+
812
## [v3.0.0] - 2019-08-05
913

1014
### Changed:

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/3.0.1"
8+
ourUserAgent = "xenolf-acme/3.0.2"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)