diff --git a/CHANGELOG.md b/CHANGELOG.md index 469f021..b3ad3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.9.1](https://github.com/rudderlabs/sqlconnect-go/compare/v1.9.0...v1.9.1) (2024-09-09) + + +### Miscellaneous + +* all warehouses support views in ListTables ([#169](https://github.com/rudderlabs/sqlconnect-go/issues/169)) ([098a378](https://github.com/rudderlabs/sqlconnect-go/commit/098a378e9f57cc56697f9163d4c9873e2d2959b4)) +* **deps:** bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.32 ([#179](https://github.com/rudderlabs/sqlconnect-go/issues/179)) ([47afb2e](https://github.com/rudderlabs/sqlconnect-go/commit/47afb2ede6cb7411484edffb6314a562eb031ac5)) +* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.36.2 to 0.40.0 ([#178](https://github.com/rudderlabs/sqlconnect-go/issues/178)) ([a4ee52e](https://github.com/rudderlabs/sqlconnect-go/commit/a4ee52e37a30574057ea09caf25f91084e27580b)) +* **deps:** bump google.golang.org/api from 0.194.0 to 0.196.0 ([#177](https://github.com/rudderlabs/sqlconnect-go/issues/177)) ([aaee20d](https://github.com/rudderlabs/sqlconnect-go/commit/aaee20da26c5191b10bf8f0b875a7942f06ba98b)) + ## [1.9.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.8.0...v1.9.0) (2024-08-26)