Skip to content

Commit e893a7a

Browse files
committed
Bump to v0.0.7
1 parent 1e6a188 commit e893a7a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.0.7 - 2/28/23
4+
- Added PlatformApiClient for oauth2 authenticated calls to our Platform API
5+
36
## v0.0.5 - 2/22/23
47
- Support write queries to PostgreSQL and MySQL databases
58
- Support different return formats when querying PostgreSQL, MySQL, and Redshift databases
@@ -22,4 +25,4 @@
2225

2326
## v0.0.1 - 1/26/23
2427

25-
Initial version. Includes the `avro_encoder`, `kinesis_client`, `mysql_client`, `postgresql_client`, `redshift_client`, and `s3_client` classes as well as the `config_helper`, `kms_helper`, `log_helper`, and `obfuscation_helper` functions.
28+
Initial version. Includes the `avro_encoder`, `kinesis_client`, `mysql_client`, `postgresql_client`, `redshift_client`, and `s3_client` classes as well as the `config_helper`, `kms_helper`, `log_helper`, and `obfuscation_helper` functions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)