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.15] - 2026-02-13
16+
17+ ### Added
18+
1119- Added azureAI sample files
1220- Introduced attachment table that allows to work with static files. Export/import, path config and other support included
1321- Areas have flowToNextPage property (false by default) available in Area builder and import/export scripts.
@@ -205,7 +213,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
205213
206214- This CHANGELOG file
207215
208- [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.14...HEAD
216+ [ unreleased ] : https://github.com/quadient/migration-stack/compare/v17.0.15...HEAD
217+ [ 17.0.15 ] : https://github.com/quadient/migration-stack/compare/v17.0.14...v17.0.15
209218[ 17.0.14 ] : https://github.com/quadient/migration-stack/compare/v17.0.13...v17.0.14
210219[ 17.0.13 ] : https://github.com/quadient/migration-stack/compare/v17.0.12...v17.0.13
211220[ 17.0.12 ] : https://github.com/quadient/migration-stack/compare/v17.0.11...v17.0.12
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.14 "
14+ version = " 17.0.15 "
1515
1616application {
1717 mainClass = " io.ktor.server.netty.EngineMain"
You can’t perform that action at this time.
0 commit comments