Skip to content

Commit 6e3946f

Browse files
committed
v17.0.8
1 parent 18927ec commit 6e3946f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

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

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

0 commit comments

Comments
 (0)