Skip to content

Commit 5808ecb

Browse files
authored
Update Changelog for v0.2.1 (#343)
1 parent e0c897b commit 5808ecb

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# Changelog
22

3-
## 0.2.0 - 2023-10-30
3+
## 0.2.1 - 2023-11-09
44

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)
7+
8+
### BugFixes
9+
10+
### Misc
11+
* Update testing plugin [#345](https://github.com/MaterializeInc/terraform-provider-materialize/pull/345)
12+
13+
## 0.2.0 - 2023-10-30
914

1015
### Features
1116

1217
### BugFixes
1318

1419
### Misc
1520

21+
### Breaking Changes
22+
* 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`
25+
1626
## 0.1.14 - 2023-10-25
1727

1828
### Features

0 commit comments

Comments
 (0)