Skip to content

Commit 46715a5

Browse files
committed
Prepare CHANGELOG for v1.8.0
1 parent 3e0ab6d commit 46715a5

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
## 1.8.0 (Unreleased)
2-
## 1.7.2 (unreleased)
2+
3+
FEATURES:
4+
5+
* `postgresql_extension`: Support drop cascade.
6+
([#162](https://github.com/terraform-providers/terraform-provider-postgresql/pull/162) - @multani)
7+
8+
* Use lazy connections.
9+
([#199](https://github.com/terraform-providers/terraform-provider-postgresql/pull/199) - @estahn)
310

411
BUG FIXES:
512

6-
* `postgresql_grant` : fix grant on function by removing prokind column selection,
7-
as is it not available on postgresql version < 11 and its not to
8-
expect to have a window(w) or aggregate function(a) with the same name as a normal function(f)
9-
13+
* `postgresql_grant`: Fix grant on function by removing `prokind` column selection.
14+
([#171](https://github.com/terraform-providers/terraform-provider-postgresql/pull/171) - @Tommi2Day)
15+
16+
DEV IMPROVEMENTS:
17+
18+
* Set up Github Workflows to create releases.
19+
([#3](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/3) - @thenonameguy)
20+
21+
## 1.7.2 (July 30, 2020)
22+
23+
This is the first release on [Terraform registry](https://registry.terraform.io/providers/cyrilgdn/postgresql/latest)
24+
25+
DEV IMPROVEMENTS:
26+
27+
* Add goreleaser config
28+
* Pusblish on Terraform registry: https://registry.terraform.io/providers/cyrilgdn/postgresql/latest
29+
1030
## 1.7.1 (July 30, 2020)
1131

1232
BUG FIXES:

0 commit comments

Comments
 (0)