File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.14] - 2026-02-03
16+
17+ ### Added
18+
1119- Added sample input files for DocBook example to the resources folder
1220- deployStyles now creates wfd as well as jld style definition for interactive
1321- A warning will now be printed if an unsupported GA version of IPS is detected
@@ -192,7 +200,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
192200
193201- This CHANGELOG file
194202
195- [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.13...HEAD
203+ [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.14...HEAD
204+ [ 17.0.14 ] : https://github.com/quadient/migration-stack/compare/v17.0.13...v17.0.14
196205[ 17.0.13 ] : https://github.com/quadient/migration-stack/compare/v17.0.12...v17.0.13
197206[ 17.0.12 ] : https://github.com/quadient/migration-stack/compare/v17.0.11...v17.0.12
198207[ 17.0.11 ] : https://github.com/quadient/migration-stack/compare/v17.0.10..v17.0.11
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.13 "
14+ version = " 17.0.14 "
1515
1616application {
1717 mainClass = " io.ktor.server.netty.EngineMain"
You can’t perform that action at this time.
0 commit comments