Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-03-21)

### Features

* Created synonym resource ([d8768de](d8768de))
* Fix error handling and added checks for empty string ([cf67835](cf67835))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent f685770 commit 221058f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.2.0](https://github.com/ronati/terraform-provider-typesense/compare/v1.1.0...v1.2.0) (2024-03-21)


### Features

* Created synonym resource ([d8768de](https://github.com/ronati/terraform-provider-typesense/commit/d8768de2bb260cf455a1df57fc2fd13f205da1d0))
* Fix error handling and added checks for empty string ([cf67835](https://github.com/ronati/terraform-provider-typesense/commit/cf67835b55322acbdc075d2ae63b75326027f659))

# [1.1.0](https://github.com/ronati/terraform-provider-typesense/compare/v1.0.8...v1.1.0) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/synonym.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The synonyms feature allows you to define search terms that should be considered

```terraform
resource "typesense_synonym" "my_synonym" {
name = "smart-phone-synonym"
name = "my-synonym"
collection_name = typesense_collection.my_collection.name
root = "smart phone"
Expand Down

0 comments on commit 221058f

Please sign in to comment.