diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2201867..6299e0f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt` +## Added + +- Added a `py.typed` file to support type-checking + ## [0.228.0-rc.0] - 2023-08-31 ### Authors diff --git a/covalent/py.typed b/covalent/py.typed new file mode 100644 index 000000000..e69de29bb