Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2024-03-27)

### Features

* Fixed nested fields ([e9ca6e9](e9ca6e9))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent ea6f713 commit c8256b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/ronati/terraform-provider-typesense/compare/v1.4.0...v1.5.0) (2024-03-27)


### Features

* Fixed nested fields ([e9ca6e9](https://github.com/ronati/terraform-provider-typesense/commit/e9ca6e9793a123a663006e2d68351ed528ee18e0))

# [1.4.0](https://github.com/ronati/terraform-provider-typesense/compare/v1.3.0...v1.4.0) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "typesense_collection" "my_collection" {

- `default_sorting_field` (String) Default sorting field
- `enable_nested_fields` (Boolean) Enable nested fields, must be enabled to use object/object[] types
- `fields` (Block List) (see [below for nested schema](#nestedblock--fields))
- `fields` (Block Set) (see [below for nested schema](#nestedblock--fields))

### Read-Only

Expand Down

0 comments on commit c8256b3

Please sign in to comment.