diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f374ff..91d06b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v10.4.0 (2024-09-09) + +### Feature + +* MINOR: Bimdata elevation (#770) + +* add BIMData Elevation to storey + +* add update storey elevation + +* fix typo in comment ([`2f61155`](https://github.com/bimdata/python-api-client/commit/2f61155c2c71ceda62ace5b83979fec3c806521d)) + + ## v10.3.0 (2024-09-04) ### Feature diff --git a/setup.py b/setup.py index 34f171d..a23b4d2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description = f.read() NAME = "bimdata-api-client" -VERSION = "10.3.0" +VERSION = "10.4.0" # To install the library, run the following # # python setup.py install