From 810c6f607970b78399099b4502723505baefd079 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:19:51 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 676db80..a91cdbb 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package mhapi -const Version = "v1.2.2" +const Version = "v1.2.3" From 99334952fd4ca51d93c2adbcebf7123f51b9b3bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:19:52 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79362b9..6b9e83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.2.3](https://github.com/o-ga09/MH-API/compare/v1.2.2...v1.2.3) - 2026-04-09 +- feat: 検索の汎用性を高める by @o-ga09 in https://github.com/o-ga09/MH-API/pull/223 +- chore: tagでCloudRunにデプロイできるように修正 by @o-ga09 in https://github.com/o-ga09/MH-API/pull/226 +- Fix OpenAPI Spec Discrepancy by @o-ga09 in https://github.com/o-ga09/MH-API/pull/228 +- chore: fix ci by @o-ga09 in https://github.com/o-ga09/MH-API/pull/229 + ## [v1.2.2](https://github.com/o-ga09/MH-API/compare/v1.2.1...v1.2.2) - 2026-04-08 - Bump golang.org/x/net from 0.17.0 to 0.28.0 by @dependabot[bot] in https://github.com/o-ga09/MH-API/pull/106 - APIのリアーキテクチャ by @o-ga09 in https://github.com/o-ga09/MH-API/pull/108