Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed May 3, 2024
1 parent af8d0f3 commit ab116cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 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)
* Added the logic to automatically limit the request sizes for `BulkUpsert`, to avoid the ingestion errors
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package main

const (
versionMajor = "1"
versionMinor = "1"
versionPatch = "1"
versionMinor = "2"
versionPatch = "0"
)

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

0 comments on commit ab116cf

Please sign in to comment.