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 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"