From 38c15ebe03d0bea16428c8c057c56fd6f0354fea Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:43:18 +0530 Subject: [PATCH] chore: release 1.14.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19882ab..6f08fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.14.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.13.0...v1.14.0) (2024-12-09) + + +### Features + +* **snowflake:** bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.12.1 ([#237](https://github.com/rudderlabs/sqlconnect-go/issues/237)) ([8dbffab](https://github.com/rudderlabs/sqlconnect-go/commit/8dbffab429a99a131fb0bacd3ea7d04d6c78b958)) +* **trino:** bump github.com/trinodb/trino-go-client from 0.317.0 to 0.320.0 ([#231](https://github.com/rudderlabs/sqlconnect-go/issues/231)) ([79c9333](https://github.com/rudderlabs/sqlconnect-go/commit/79c93331eb49d1d79c75e88a0487f7740660cf88)) + + +### Miscellaneous + +* **deps:** bump codecov/codecov-action from 4 to 5 ([#234](https://github.com/rudderlabs/sqlconnect-go/issues/234)) ([5eb7be9](https://github.com/rudderlabs/sqlconnect-go/commit/5eb7be9623095fd7c373fab407a23f9b565feeb6)) +* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.43.0 to 0.45.0 ([#235](https://github.com/rudderlabs/sqlconnect-go/issues/235)) ([e1b526f](https://github.com/rudderlabs/sqlconnect-go/commit/e1b526f98d4e5aa76f47e1baa028501b8f2ff4f6)) +* **deps:** bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 ([#229](https://github.com/rudderlabs/sqlconnect-go/issues/229)) ([bbcffdb](https://github.com/rudderlabs/sqlconnect-go/commit/bbcffdbe1a3c9650c60ca02221bf071d80622d32)) + ## [1.13.0](https://github.com/rudderlabs/sqlconnect-go/compare/v1.12.0...v1.13.0) (2024-11-01)