From 393c0fc04a8c206baa9e9e7863ab1bc61f3f3f98 Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:19:04 -0500 Subject: [PATCH] chore: release 1.8.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bb2a5..460bffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.8.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.7.4...v1.8.0) (2024-08-20) + + +### Features + +* **bigquery:** bump cloud.google.com/go/bigquery from 1.61.0 to 1.62.0 ([#149](https://github.com/rudderlabs/sqlconnect-go/issues/149)) ([44c5261](https://github.com/rudderlabs/sqlconnect-go/commit/44c5261095a7cfba48a459bb3a1dd1f91becbba0)) +* **databricks:** bump github.com/databricks/databricks-sql-go from 1.5.7 to 1.6.0 ([#154](https://github.com/rudderlabs/sqlconnect-go/issues/154)) ([14852fe](https://github.com/rudderlabs/sqlconnect-go/commit/14852fe186ef68d7ad4ae5a6950cbafff6f7087b)) + + +### Miscellaneous + +* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.35.1 to 0.36.2 ([#157](https://github.com/rudderlabs/sqlconnect-go/issues/157)) ([7c397be](https://github.com/rudderlabs/sqlconnect-go/commit/7c397be1baca90106c8ca3454c74b81273835799)) + ## [1.7.4](https://github.com/rudderlabs/sqlconnect-go/compare/v1.7.3...v1.7.4) (2024-07-30)