From 770f9931ab988a8b259ffda9cfb9452d1e42b3a9 Mon Sep 17 00:00:00 2001 From: devops-github-rudderstack <88187154+devops-github-rudderstack@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:40:22 +0530 Subject: [PATCH] chore: release 1.0.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1c1e8..125fe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.2](https://github.com/rudderlabs/sqlconnect-go/compare/v1.0.1...v1.0.2) (2024-03-20) + + +### Miscellaneous + +* **deps:** bump actions/setup-go from 3 to 5 ([#24](https://github.com/rudderlabs/sqlconnect-go/issues/24)) ([8bd2bd2](https://github.com/rudderlabs/sqlconnect-go/commit/8bd2bd2095096417ce1c38bd0aa9d41210e99712)) +* **deps:** bump actions/stale from 5 to 9 ([#25](https://github.com/rudderlabs/sqlconnect-go/issues/25)) ([034f881](https://github.com/rudderlabs/sqlconnect-go/commit/034f881755645b6f627d6a7cce6fb4fc338508d9)) +* **deps:** bump google.golang.org/api from 0.169.0 to 0.170.0 ([#21](https://github.com/rudderlabs/sqlconnect-go/issues/21)) ([c49e4e3](https://github.com/rudderlabs/sqlconnect-go/commit/c49e4e34b975c7d06ab2015a20c157cd0ce03879)) +* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#15](https://github.com/rudderlabs/sqlconnect-go/issues/15)) ([f20b6c5](https://github.com/rudderlabs/sqlconnect-go/commit/f20b6c5727976d6a5727b86c69c6d0e720cf8ed8)) + ## [1.0.1](https://github.com/rudderlabs/sqlconnect-go/compare/v1.0.0...v1.0.1) (2024-03-12)