Skip to content

Commit edd993f

Browse files
committed
v17.0.6
1 parent 5823e3c commit edd993f

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.5"
14+
version = "17.0.6"
1515

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

0 commit comments

Comments
 (0)