Skip to content

Commit 28bdb66

Browse files
committed
v1.2.1
1 parent d52fffa commit 28bdb66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.2.1
4+
* Fix a bug not to reconnect to destination twice or more
5+
* Fix to connect on background goroutine in async mode
6+
37
## 1.2.0
48
* Add `MarshalAsJSON` feature for `message` objects which can be marshaled as JSON
59
* Fix a bug to panic for destination system outage

fluent/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package fluent
22

3-
const Version = "1.1.0"
3+
const Version = "1.2.1"

0 commit comments

Comments
 (0)