diff --git a/CHANGELOG.md b/CHANGELOG.md index 249a1674f..4ec150460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Untagged +## [2.8.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.7.0...v2.8.0) (2023-01-19) + + +### Features + +* Logic to add allow-list to support datatype matching with a provided list in case of mismatched datatypes between source and target ([#643](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/643)) ([269f8dc](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/269f8dc7d8afa78fe8ecc8c79b0eb3d197d1e8f0)) + + +### Bug Fixes + +* making logmech as optional for TD connection ([#665](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/665)) ([500caa3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/500caa33aa5a8983277e73c39bc0733dd684161b)) + ## [2.7.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.6.0...v2.7.0) (2023-01-06) diff --git a/setup.py b/setup.py index 57cb3521b..8c099d074 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ name = "google-pso-data-validator" description = "A package to enable easy data validation" -version = "2.7.0" +version = "2.8.0" release_status = "Development Status :: 3 - Alpha" with open("README.md", "r") as fh: