Skip to content

Commit

Permalink
chore(release): 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 23, 2023
1 parent 20b84ae commit 0f3ca4f
Show file tree
Hide file tree
Showing 3 changed files with 9 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.3.7](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.3.6...v1.3.7) (2023-04-23)


### Bug Fixes

* Add `check_gateway` field to `routeros_ip_route` ([#187](https://github.com/terraform-routeros/terraform-provider-routeros/issues/187)) ([20b84ae](https://github.com/terraform-routeros/terraform-provider-routeros/commit/20b84aea4b4ce3af725ebd0f5165cca010f5692a)), closes [#186](https://github.com/terraform-routeros/terraform-provider-routeros/issues/186)

## [1.3.6](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.3.5...v1.3.6) (2023-04-22)


Expand Down
1 change: 1 addition & 0 deletions docs/resources/ip_route.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "routeros_ip_route" "a_route" {
### Optional

- `blackhole` (Boolean) It's a blackhole route.
- `check_gateway` (String) Currently used check-gateway option.
- `comment` (String)
- `disabled` (Boolean)
- `distance` (Number) Value used in route selection. Routes with smaller distance value are given preference.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-provider-routeros",
"version": "1.3.6",
"version": "1.3.7",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 0f3ca4f

Please sign in to comment.