diff --git a/CHANGELOG.md b/CHANGELOG.md index 471f353..eb5135b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## v1.1.6 7/12/24 - Add put functionality to Oauth2 Client +- Update pyproject version ## v1.1.5 6/6/24 - Use executemany instead of execute when appropriate in RedshiftClient.execute_transaction diff --git a/pyproject.toml b/pyproject.toml index 6939787..d15680c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nypl_py_utils" -version = "1.1.5" +version = "1.1.6" authors = [ { name="Aaron Friedman", email="aaronfriedman@nypl.org" }, ]