Skip to content

Commit ac68dd1

Browse files
authored
Update changelog with latest PR
1 parent e10126b commit ac68dd1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,19 @@ resource "gitlab_group" "nested_group" {
2020
}
2121
```
2222

23+
FEATURES:
24+
25+
* **New Resource:** `gitlab_user` [GH-23]
26+
* **New Resource:** `gitlab_label` [GH-22]
27+
2328
IMPROVEMENTS:
2429

2530
* Add `cacert_file` and `insecure` options to the provider. [GH-5]
26-
* Fix race conditions with `gitlab_projects` deletion. [GH-19]
31+
* Fix race conditions with `gitlab_project` deletion. [GH-19]
2732
* Add `parent_id` argument to `gitlab_group`. [GH-28]
33+
* Add support for `gitlab_project` import. [GH-30]
34+
* Add support for `gitlab_groups` import. [GH-31]
35+
* Add `path` argument for `gitlab_project`. [GH-21]
2836

2937
## 0.1.0 (June 20, 2017)
3038

0 commit comments

Comments
 (0)