File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1616
1717### Removed
1818
19+ ## [ 17.0.6] - 2025-11-07
20+
21+ ### Added
22+
23+ - Support for ICM metadata
24+
25+ ### Changed
26+
27+ ### Fixed
28+
29+ ### Removed
30+
1931## [ 17.0.5] - 2025-11-06
2032
2133### Added
@@ -79,7 +91,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
7991
8092- This CHANGELOG file
8193
82- [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.5...HEAD
94+ [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.6...HEAD
95+ [ 17.0.6 ] : https://github.com/quadient/migration-stack/compare/v17.0.5..v17.0.6
8396[ 17.0.5 ] : https://github.com/quadient/migration-stack/compare/v17.0.4..v17.0.5
8497[ 17.0.4 ] : https://github.com/quadient/migration-stack/compare/v17.0.3..v17.0.4
8598[ 17.0.3 ] : https://github.com/quadient/migration-stack/compare/v17.0.2..v17.0.3
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.5 "
14+ version = " 17.0.6 "
1515
1616application {
1717 mainClass = " io.ktor.server.netty.EngineMain"
You can’t perform that action at this time.
0 commit comments