Skip to content

Commit

Permalink
Update Changelog for v0.2.1 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehume authored Nov 9, 2023
1 parent e0c897b commit 5808ecb
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# Changelog

## 0.2.0 - 2023-10-30
## 0.2.1 - 2023-11-09

### Breaking Changes
* Provider configuration parameters so that they are consistent across all components [#339](https://github.com/MaterializeInc/terraform-provider-materialize/pull/339):
* The configuration variable `username` is changed to `user`
* The environment variable `MZ_PW` is changed to `MZ_PASSWORD`
### Features
* Support `ASSERT NOT NULL` for materialized view resource [#341](https://github.com/MaterializeInc/terraform-provider-materialize/pull/341)

### BugFixes

### Misc
* Update testing plugin [#345](https://github.com/MaterializeInc/terraform-provider-materialize/pull/345)

## 0.2.0 - 2023-10-30

### Features

### BugFixes

### Misc

### Breaking Changes
* Provider configuration parameters so that they are consistent across all components [#339](https://github.com/MaterializeInc/terraform-provider-materialize/pull/339):
* The configuration variable `username` is changed to `user`
* The environment variable `MZ_PW` is changed to `MZ_PASSWORD`

## 0.1.14 - 2023-10-25

### Features
Expand Down

0 comments on commit 5808ecb

Please sign in to comment.