@@ -11,9 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212### Changed
1313
14- - Added checks when deserializing objects.
15- - Improved work with created temporary files.
16- - Increased version of JDBC driver for PostgreSQL.
14+ ### Fixed
15+
16+ ## [ 11.0.0] - 2025-08-20
17+
18+ ### Changed
19+
20+ - Core logic is moved to a separate library. Allocated the main API.
1721
1822### Fixed
1923
@@ -23,7 +27,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2327- Fixed a bug with the settings when saving objects to a project.
2428- Fixed false differences when ignoring table column order.
2529
26- ### Removed
30+ ### Security
31+
32+ - Added checks when deserializing objects.
33+ - Fixed work with created temporary files.
34+ - Increased version of JDBC driver for PostgreSQL due to CVE-2025 -49146.
2735
2836## [ 10.14.2] - 2025-05-28
2937
@@ -2297,7 +2305,8 @@ We increment major version in this release due to decision to shift our developm
22972305
22982306- ORDER BY parsing has been added to the aggregate functions.
22992307
2300- [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...HEAD
2308+ [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v11.0.0...HEAD
2309+ [ 11.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.2...v11.0.0
23012310[ 10.14.2 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.1...v10.14.2
23022311[ 10.14.1 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.14.0...v10.14.1
23032312[ 10.14.0 ] : https://github.com/pgcodekeeper/pgcodekeeper/compare/v10.13.0...v10.14.0
0 commit comments