diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ed54c..8391b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v10.6.0 (2024-09-16) + +### Feature + +* MINOR: remove smart_data from get_size routes ([`250dc2c`](https://github.com/bimdata/python-api-client/commit/250dc2c6409f9bc59cddf88b121cb7c8946e333a)) + + ## v10.5.0 (2024-09-11) ### Feature diff --git a/setup.py b/setup.py index c430295..c527108 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description = f.read() NAME = "bimdata-api-client" -VERSION = "10.5.0" +VERSION = "10.6.0" # To install the library, run the following # # python setup.py install