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.8] - 2025-11-28
16+
917### Added
1018- Ability to skip document objects and images on purpose
1119
@@ -106,7 +114,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
106114
107115- This CHANGELOG file
108116
109- [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.7...HEAD
117+ [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.8...HEAD
118+ [ 17.0.8 ] : https://github.com/quadient/migration-stack/compare/v17.0.7..v17.0.8
110119[ 17.0.7 ] : https://github.com/quadient/migration-stack/compare/v17.0.6..v17.0.7
111120[ 17.0.6 ] : https://github.com/quadient/migration-stack/compare/v17.0.5..v17.0.6
112121[ 17.0.5 ] : https://github.com/quadient/migration-stack/compare/v17.0.4..v17.0.5
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.7 "
14+ version = " 17.0.8 "
1515
1616application {
1717 mainClass = " io.ktor.server.netty.EngineMain"
You can’t perform that action at this time.
0 commit comments