Skip to content

Commit

Permalink
chore(develop): release 2.8.0 (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 19, 2023
1 parent 500caa3 commit 37f5cad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37f5cad

Please sign in to comment.