Skip to content

Commit 8eac32d

Browse files
authored
Merge pull request #224 from o-ga09/tagpr-from-v1.2.2
Release for v1.2.3
2 parents b5a547f + 9933495 commit 8eac32d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.2.3](https://github.com/o-ga09/MH-API/compare/v1.2.2...v1.2.3) - 2026-04-09
4+
- feat: 検索の汎用性を高める by @o-ga09 in https://github.com/o-ga09/MH-API/pull/223
5+
- chore: tagでCloudRunにデプロイできるように修正 by @o-ga09 in https://github.com/o-ga09/MH-API/pull/226
6+
- Fix OpenAPI Spec Discrepancy by @o-ga09 in https://github.com/o-ga09/MH-API/pull/228
7+
- chore: fix ci by @o-ga09 in https://github.com/o-ga09/MH-API/pull/229
8+
39
## [v1.2.2](https://github.com/o-ga09/MH-API/compare/v1.2.1...v1.2.2) - 2026-04-08
410
- 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
511
- APIのリアーキテクチャ by @o-ga09 in https://github.com/o-ga09/MH-API/pull/108

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package mhapi
22

3-
const Version = "v1.2.2"
3+
const Version = "v1.2.3"

0 commit comments

Comments
 (0)