Skip to content

Commit 4465ed5

Browse files
committed
Bugfix release: 1.8.1
1 parent d88b13b commit 4465ed5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
## 1.8.1 (November 26, 2020)
2+
3+
BUG FIXES:
4+
5+
* Revert "Use lazy connections" [#199](https://github.com/terraform-providers/terraform-provider-postgresql/pull/199)
6+
Plugin panics if not able to connect to the database.
7+
18
## 1.8.0 (November 26, 2020)
29

310
FEATURES:
411

512
* `postgresql_extension`: Support drop cascade.
613
([#162](https://github.com/terraform-providers/terraform-provider-postgresql/pull/162) - @multani)
714

8-
* Use lazy connections.
9-
([#199](https://github.com/terraform-providers/terraform-provider-postgresql/pull/199) - @estahn)
15+
* ~~Use lazy connections.
16+
([#199](https://github.com/terraform-providers/terraform-provider-postgresql/pull/199) - @estahn)~~ (Reverted in 1.8.1)
1017

1118
BUG FIXES:
1219

0 commit comments

Comments
 (0)