From 37fe845111bcb8ce86f5ff83e7ab1ef5af5e633a Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:25:04 +0530 Subject: [PATCH] chore: release 1.1.1 (#31) :robot: I have created a release *beep* *boop* --- ## [1.1.1](https://github.com/rudderlabs/sqlconnect-go/compare/v1.1.0...v1.1.1) (2024-04-01) ### Bug Fixes * bigquery driver not honouring context while querying ([#34](https://github.com/rudderlabs/sqlconnect-go/issues/34)) ([653a194](https://github.com/rudderlabs/sqlconnect-go/commit/653a194ab0b5d1084ae80975b088c5ad73fb609e)) ### Miscellaneous * **databricks:** use full_data_type instead of data_type when listing columns ([#30](https://github.com/rudderlabs/sqlconnect-go/issues/30)) ([84b40fb](https://github.com/rudderlabs/sqlconnect-go/commit/84b40fbca57bd09a881d976b30381cfda3ad9f96)) * handle date and time data type mappings for postgres and redshift ([#32](https://github.com/rudderlabs/sqlconnect-go/issues/32)) ([3bab2e1](https://github.com/rudderlabs/sqlconnect-go/commit/3bab2e1031234ea342d73b940e33dac548031f01)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea63ec..2f4b1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.1](https://github.com/rudderlabs/sqlconnect-go/compare/v1.1.0...v1.1.1) (2024-04-01) + + +### Bug Fixes + +* bigquery driver not honouring context while querying ([#34](https://github.com/rudderlabs/sqlconnect-go/issues/34)) ([653a194](https://github.com/rudderlabs/sqlconnect-go/commit/653a194ab0b5d1084ae80975b088c5ad73fb609e)) + + +### Miscellaneous + +* **databricks:** use full_data_type instead of data_type when listing columns ([#30](https://github.com/rudderlabs/sqlconnect-go/issues/30)) ([84b40fb](https://github.com/rudderlabs/sqlconnect-go/commit/84b40fbca57bd09a881d976b30381cfda3ad9f96)) +* handle date and time data type mappings for postgres and redshift ([#32](https://github.com/rudderlabs/sqlconnect-go/issues/32)) ([3bab2e1](https://github.com/rudderlabs/sqlconnect-go/commit/3bab2e1031234ea342d73b940e33dac548031f01)) + ## [1.1.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.0.1...v1.1.0) (2024-03-26)