From 7ce747df397d7798164eb4745de2a718ab88e302 Mon Sep 17 00:00:00 2001 From: Francisco Date: Tue, 5 Dec 2023 16:10:52 +0700 Subject: [PATCH] bump: update changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9374635..a5eaa91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # go-connect + +## [v1.16.1] - 2023-12-05 +### Fixes +- use applied http conn options which is not nullable + + -## [v1.16.0] - 2023-11-01 +## [v1.16.0] - 2023-11-16 ### New Features - make keep-alive option configurable on http conn @@ -198,7 +204,8 @@ - init go-connect with http and redis connector ([#1](https://github.com/kumparan/go-connect/issues/1)) -[Unreleased]: https://github.com/kumparan/go-connect/compare/v1.16.0...HEAD +[Unreleased]: https://github.com/kumparan/go-connect/compare/v1.16.1...HEAD +[v1.16.1]: https://github.com/kumparan/go-connect/compare/v1.16.0...v1.16.1 [v1.16.0]: https://github.com/kumparan/go-connect/compare/v1.15.1...v1.16.0 [v1.15.1]: https://github.com/kumparan/go-connect/compare/v1.15.0...v1.15.1 [v1.15.0]: https://github.com/kumparan/go-connect/compare/v1.14.0...v1.15.0