diff --git a/CHANGELOG.md b/CHANGELOG.md index 9391f964..c74c323f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ### Bug Fixes 1. [#655](https://github.com/influxdata/influxdb-client-python/pull/655): Replace deprecated `urllib` calls `HTTPResponse.getheaders()` and `HTTPResponse.getheader()`. +### Others +1. [#654](https://github.com/influxdata/influxdb-client-python/pull/654): Enable packaging type information - `py.typed` + ## 1.42.0 [2024-04-17] ### Bug Fixes diff --git a/influxdb_client/py.typed b/influxdb_client/py.typed new file mode 100644 index 00000000..e69de29b