From 30e6ea6b2bccdb702849a491505ade1a9bc8914b Mon Sep 17 00:00:00 2001 From: Russ Biggs Date: Thu, 15 Feb 2024 14:02:04 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db05028..356963b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,4 +21,10 @@ Initial release - `parameters_id` arguments for `OpenAQ.locations()` method and `AsyncOpenAQ.locations()` method - Added `Forbidden` and `ServerError` exceptions to `__all__` export. -- vendored pyhump, removed as `pyproject.toml` dependency \ No newline at end of file +- vendored pyhump, removed as `pyproject.toml` dependency + +## [0.2.1] - 2024-02-15 + +### Fixed + +- Resolves issue that breaks `OpenAQ.locations()` method and `AsyncOpenAQ.locations()` from upstream API change. Checks for and ignore fields not included in response model. \ No newline at end of file