Skip to content

Commit

Permalink
Prepare release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyashtrikul committed Apr 1, 2021
1 parent 6035b84 commit 3050fcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [2.1.5] - 2021-04-01
- Removed `app.dc` field from logs

## [2.1.4] - 2021-02-21
- provider registration refactoring
- Deprecate app.NoWait()
Expand Down Expand Up @@ -80,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 1.0.0 - 2020-09-28

[Unreleased]: https://github.com/vseinstrumentiru/lego/compare/v2.1.4...HEAD
[Unreleased]: https://github.com/vseinstrumentiru/lego/compare/v2.1.5...HEAD
[2.1.5]: https://github.com/vseinstrumentiru/lego/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/vseinstrumentiru/lego/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/vseinstrumentiru/lego/compare/v2.1.0...v2.1.3
[2.1.0]: https://github.com/vseinstrumentiru/lego/compare/v2.0.10...v2.1.0
Expand Down
1 change: 0 additions & 1 deletion module/uprader/proiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
)

func Provide() (*tableflip.Upgrader, error) {
println("++++++++++++++")
upg, err := tableflip.New(tableflip.Options{})

return upg, err
Expand Down
4 changes: 0 additions & 4 deletions multilog/multilogprovider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ func Provide(in args) multilog.Logger {
fields := make(map[string]interface{})
fields["app"] = in.App.Name

if in.App.DataCenter != "" && in.App.DataCenter != config.Undefined {
fields["app.dc"] = in.App.DataCenter
}

logger = logger.WithFields(fields)
}

Expand Down

0 comments on commit 3050fcf

Please sign in to comment.