From 662a61c1b0f8c570264217d3e67948ffcc43a861 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:22:35 +0000 Subject: [PATCH] chore(unary): release 1.0.1 --- .release-please-manifest.json | 2 +- unary/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27cd0f0..436bf77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -23,6 +23,6 @@ "same-package": "0.0.0", "server-reflection": "1.0.0", "server-streaming": "0.0.0", - "unary": "1.0.0", + "unary": "1.0.1", "wait-for-ready": "1.0.0" } diff --git a/unary/CHANGELOG.md b/unary/CHANGELOG.md index 0846b10..6fba538 100644 --- a/unary/CHANGELOG.md +++ b/unary/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/jun06t/grpc-sample/compare/unary/v1.0.0...unary/v1.0.1) (2026-04-30) + + +### Miscellaneous Chores + +* **deps:** bump google.golang.org/grpc from 1.56.3 to 1.79.3 in /unary ([#90](https://github.com/jun06t/grpc-sample/issues/90)) ([e48422f](https://github.com/jun06t/grpc-sample/commit/e48422ff73be236544eaced8a91dfd5601ce4fbc)) +* update client to resolve deprecated format ([#92](https://github.com/jun06t/grpc-sample/issues/92)) ([ffe8430](https://github.com/jun06t/grpc-sample/commit/ffe84302ca6d687548334aee6712c2888d28b177)) + ## 1.0.0 (2026-04-30)