Skip to content

Commit

Permalink
chore(develop): release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 28, 2022
1 parent 23dbf56 commit 5588333
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Untagged

### [1.7.2](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.1...v1.7.2) (2022-04-28)


### Bug Fixes

* add get_ibis_table_schema ([#410](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/410)) ([#411](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/411)) ([4093625](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/409362510d7e405016e87e253e4127a04089fabd))
* only replaces datatypes and not column names ([#453](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/453)) ([6143794](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/6143794e90e048243f88ee811c6de5cf84a70184))
* Updated schema validation logic to column as 'validation_status' ([#455](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/455)) ([e30c337](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e30c33750edc4a128e72ff2940106d4404cab0be))
* updating teradata docs for sha256 UDF and swapping string_join for concat ([#457](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/457)) ([23dbf56](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/23dbf566dae054c1130c5192fb1a1cd7b20de501))

### [1.7.1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.0...v1.7.1) (2022-04-14)


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 = "1.7.1"
version = "1.7.2"
release_status = "Development Status :: 3 - Alpha"

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 5588333

Please sign in to comment.