You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
1
1
# Changelog
2
2
3
-
## 0.2.0 - 2023-10-30
3
+
## 0.2.1 - 2023-11-09
4
4
5
-
### Breaking Changes
6
-
* Provider configuration parameters so that they are consistent across all components [#339](https://github.com/MaterializeInc/terraform-provider-materialize/pull/339):
7
-
* The configuration variable `username` is changed to `user`
8
-
* The environment variable `MZ_PW` is changed to `MZ_PASSWORD`
5
+
### Features
6
+
* Support `ASSERT NOT NULL` for materialized view resource [#341](https://github.com/MaterializeInc/terraform-provider-materialize/pull/341)
* Provider configuration parameters so that they are consistent across all components [#339](https://github.com/MaterializeInc/terraform-provider-materialize/pull/339):
23
+
* The configuration variable `username` is changed to `user`
24
+
* The environment variable `MZ_PW` is changed to `MZ_PASSWORD`
0 commit comments