Skip to content

Commit

Permalink
Prepare release 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyashtrikul committed Jan 12, 2021
1 parent cfef90b commit 6201ed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [2.0.8.1] - 2021-01-09
## [2.0.10] - 2021-01-12
- Fixes

## [2.0.9] - 2021-01-09
- Fixes

## [2.0.8] - 2021-01-09
- Added root `cobra.Command` in container
Expand Down Expand Up @@ -57,8 +60,9 @@ 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.0.8.1...HEAD
[2.0.8.1]: https://github.com/vseinstrumentiru/lego/compare/v2.0.8...v2.0.8.1
[Unreleased]: https://github.com/vseinstrumentiru/lego/compare/v2.0.10...HEAD
[2.0.10]: https://github.com/vseinstrumentiru/lego/compare/v2.0.8.1...v2.0.10
[2.0.9]: https://github.com/vseinstrumentiru/lego/compare/v2.0.8...v2.0.9
[2.0.8]: https://github.com/vseinstrumentiru/lego/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/vseinstrumentiru/lego/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/vseinstrumentiru/lego/compare/v2.0.5...v2.0.6
Expand Down
2 changes: 1 addition & 1 deletion server/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func provideGrpc() []interface{} {

func provideSql() []interface{} {
return []interface{}{
mysql.Provide,
mysql.ProvideConnector,
sql.Provide,
}
}
Expand Down

0 comments on commit 6201ed6

Please sign in to comment.