Skip to content

Commit

Permalink
chore(develop): release 2.4.0 (#592)
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 Oct 6, 2022
1 parent b704505 commit c76311c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Untagged

## [2.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.3.0...v2.4.0) (2022-10-06)


### ⚠ BREAKING CHANGES

* Add Python 3.10 support (#564)

### Features

* Add Python 3.10 support ([#564](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/564)) ([38284a5](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/38284a5ed3928a21b9889c0d57f9461e98504a68))
* New flag to filter results by status in all supported validations ([#593](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/593)) ([97e8bb0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/97e8bb056fdb89078d67d7a84adc460a821a9455))
* Oracle random row ([#588](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/588)) ([ac3460a](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ac3460af84d50c3611ab27b2861bec4c0b56e39b))
* Postgres row hash validation support ([#589](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/589)) ([01765b3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/01765b31e507e80fc6f4db579b18ec9a8ea608f3))


### Miscellaneous Chores

* release 2.4.0 ([#600](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/600)) ([b704505](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b704505842e15625d7dc181ef7f946ac82633836))

## [2.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.2.0...v2.3.0) (2022-09-15)


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.3.0"
version = "2.4.0"
release_status = "Development Status :: 3 - Alpha"

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

0 comments on commit c76311c

Please sign in to comment.