diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9723f96..c88f417 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### v0.1.9
+
+Released 2025-09-26
+* feature: support new and improved error messages [introduced in Ed-Fi API 7.2](https://docs.ed-fi.org/reference/ods-api/7.2/whats-new/whats-new-in-this-release/#enhanced-api-error-handling) by @tomreitz in https://github.com/edanalytics/lightbeam/pull/80
+* feature: warn and skip fetching if `--query` keys are not valid parameters for an endpoint by @tomreitz in https://github.com/edanalytics/lightbeam/pull/81
+* bugfix: fix a `KeyError` if `connection.verify_ssl` is not set in `lightbeam.yml` by @tomreitz in https://github.com/edanalytics/lightbeam/pull/79
+
+
### v0.1.8
Released 2025-07-11
diff --git a/lightbeam/VERSION.txt b/lightbeam/VERSION.txt
index 84aa3a7..82551ad 100644
--- a/lightbeam/VERSION.txt
+++ b/lightbeam/VERSION.txt
@@ -1 +1 @@
-0.1.8
\ No newline at end of file
+0.1.9
\ No newline at end of file