Skip to content

Commit

Permalink
Prepare patch
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
  • Loading branch information
loafoe committed Nov 3, 2021
1 parent d9d9014 commit b2c3410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.49.1

- BREAKING change Logging: support true passthrough of LogEvent (d9d9014843f)

## v0.49.0

- Logging: refactor to use common debug logging code
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package internal

const (
LibraryVersion = "0.49.0"
LibraryVersion = "0.49.1"
)

0 comments on commit b2c3410

Please sign in to comment.