Skip to content

Commit eff6895

Browse files
committed
v17.0.12
1 parent 15614c0 commit eff6895

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [17.0.12] - 2025-12-18
16+
917
### Added
1018
- Added `string()` convenience method to all DocumentContent builders for creating paragraphs with simple text content
1119

@@ -162,7 +170,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
162170

163171
- This CHANGELOG file
164172

165-
[unreleased]: https://github.com/quadient/migration-stack/compare/v17.0.11...HEAD
173+
[unreleased]: https://github.com/quadient/migration-stack/compare/v17.0.12...HEAD
174+
[17.0.12]: https://github.com/quadient/migration-stack/compare/v17.0.11...v17.0.12
166175
[17.0.11]: https://github.com/quadient/migration-stack/compare/v17.0.10..v17.0.11
167176
[17.0.10]: https://github.com/quadient/migration-stack/compare/v17.0.9..v17.0.10
168177
[17.0.9]: https://github.com/quadient/migration-stack/compare/v17.0.8..v17.0.9

migration-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "com.quadient.migration"
14-
version = "17.0.11"
14+
version = "17.0.12"
1515

1616
application {
1717
mainClass = "io.ktor.server.netty.EngineMain"

0 commit comments

Comments
 (0)