From 21cb1049fd9d2cbe542db14644d3f6655821b052 Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:51:44 +0530 Subject: [PATCH] chore: release 1.7.3 (#147) :robot: I have created a release *beep* *boop* --- ## [1.7.3](https://github.com/rudderlabs/sqlconnect-go/compare/v1.7.2...v1.7.3) (2024-07-29) ### Bug Fixes * **redshift:** dialect#parserelationref doesn't honour enable_case_sensitive_identifier ([#146](https://github.com/rudderlabs/sqlconnect-go/issues/146)) ([359c230](https://github.com/rudderlabs/sqlconnect-go/commit/359c2304c54acccd7045dabaccf4bfe004cfe5f0)) --- 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77de9c..d359487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/rudderlabs/sqlconnect-go/compare/v1.7.2...v1.7.3) (2024-07-29) + + +### Bug Fixes + +* **redshift:** dialect#parserelationref doesn't honour enable_case_sensitive_identifier ([#146](https://github.com/rudderlabs/sqlconnect-go/issues/146)) ([359c230](https://github.com/rudderlabs/sqlconnect-go/commit/359c2304c54acccd7045dabaccf4bfe004cfe5f0)) + ## [1.7.2](https://github.com/rudderlabs/sqlconnect-go/compare/v1.7.1...v1.7.2) (2024-07-27)