Skip to content

Commit da98734

Browse files
committed
📝 Update Changelog
1 parent 252c9d9 commit da98734

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
## [Unreleased]
66

7+
## [1.2.8] - 2023-12-29
8+
9+
### Fixed
10+
11+
- Fixed data type uppercase issue
12+
- Handle SQL that cannot be converted to a Struct
13+
14+
### Changed
15+
16+
- upgrade guava 33.0.0-jre
17+
- upgrade jsqlparser 4.8
18+
719
## [1.2.7] - 2023-12-05
820

921
### Fixed
@@ -117,7 +129,8 @@
117129
- ORM Code Completion
118130
- SQL to Struct
119131

120-
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.7...HEAD
132+
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.8...HEAD
133+
[1.2.8]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.7...v1.2.8
121134
[1.2.7]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.6...v1.2.7
122135
[1.2.6]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.5...v1.2.6
123136
[1.2.5]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.4...v1.2.5

0 commit comments

Comments
 (0)