Skip to content

Commit

Permalink
reverted version + added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Dec 1, 2024
1 parent d0ac741 commit 0b1c1ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Upgraded `ydb-go-sdk` dependency
* Set `info` as default log-level for fluent-bit ydb plugin

## v1.2.0
* Switched the internal plugin logger from `fmt` to `zerolog` with default logging level `zerolog.Disabled`
* Added optional parameter of ydb output plugin `LogLevel` (if not defined - plugin logging disabled)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
const (
versionMajor = "1"
versionMinor = "2"
versionPatch = "1"
versionPatch = "0"
)

const version = versionMajor + "." + versionMinor + "." + versionPatch

0 comments on commit 0b1c1ca

Please sign in to comment.