Skip to content

Commit ed8d079

Browse files
committed
v17.0.17
1 parent dec8054 commit ed8d079

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
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
## [17.0.17] - 2026-03-10
16+
17+
### Added
18+
1119
- Border configuration options to tables
1220
- Option to add list of rows to table and list of cells to table row in their respective builders
1321
- Support for document object pdf tagging/accessibility metadata
@@ -232,7 +240,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
232240

233241
- This CHANGELOG file
234242

235-
[unreleased]: https://github.com/quadient/migration-stack/compare/v17.0.16...HEAD
243+
[unreleased]: https://github.com/quadient/migration-stack/compare/v17.0.17...HEAD
244+
[17.0.17]: https://github.com/quadient/migration-stack/compare/v17.0.16...v17.0.17
236245
[17.0.16]: https://github.com/quadient/migration-stack/compare/v17.0.15...v17.0.16
237246
[17.0.15]: https://github.com/quadient/migration-stack/compare/v17.0.14...v17.0.15
238247
[17.0.14]: https://github.com/quadient/migration-stack/compare/v17.0.13...v17.0.14

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.16"
14+
version = "17.0.17"
1515

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

0 commit comments

Comments
 (0)