From 9dcc4500220ea03ea0aace356791db896b81850c Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:37:37 +0900 Subject: [PATCH] chore(main): release 0.3.4-alpha --- CHANGELOG.md | 8 ++++++++ release-please/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074c3bc..cc8a942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.4-alpha](https://github.com/instill-ai/protogen-go/compare/v0.3.3-alpha...v0.3.4-alpha) (2025-01-14) + + +### Bug Fixes + +* **mod:** update golang.org/x/net module to fix vulnerability issue ([#64](https://github.com/instill-ai/protogen-go/issues/64)) ([a48650b](https://github.com/instill-ai/protogen-go/commit/a48650b35655811e4ac82e513b509dc417b8153f)) +* rollback protobufs to 1.30 to prevent plugin break ([#57](https://github.com/instill-ai/protogen-go/issues/57)) ([6be99d9](https://github.com/instill-ai/protogen-go/commit/6be99d973473c7bd56bc9c6ce1bc07ff37803086)) + ## [0.3.3-alpha](https://github.com/instill-ai/protogen-go/compare/v0.3.2-alpha...v0.3.3-alpha) (2022-09-14) diff --git a/release-please/manifest.json b/release-please/manifest.json index 6c69edb..fa629b3 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3-alpha" + ".": "0.3.4-alpha" }