File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " com.quadient.migration"
14- version = " 17.0.11 "
14+ version = " 17.0.12 "
1515
1616application {
1717 mainClass = " io.ktor.server.netty.EngineMain"
You can’t perform that action at this time.
0 commit comments