Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions misc/dbt-materialize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.9.10 - 2026-05-20

* Support unmanaged clusters in `deploy_init`. The deployment cluster
is now created by cloning the production cluster's replicas (including
`SIZE` and `AVAILABILITY ZONE`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.

# If you bump this version, bump it in setup.py too.
version = "1.9.9"
version = "1.9.10"
2 changes: 1 addition & 1 deletion misc/dbt-materialize/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# This adapter's minor version should match the required dbt-postgres version,
# but patch versions may differ.
# If you bump this version, bump it in __version__.py too.
version="1.9.9",
version="1.9.10",
description="The Materialize adapter plugin for dbt.",
long_description=(Path(__file__).parent / "README.md").open().read(),
long_description_content_type="text/markdown",
Expand Down
Loading