Skip to content

Commit

Permalink
chore(release): 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent 86bf195 commit 9620e18
Show file tree
Hide file tree
Showing 3 changed files with 12 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.7.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.7.1...v1.7.2) (2023-05-15)


### Bug Fixes

* nil pointer on bgp ([93cf45e](https://github.com/terraform-routeros/terraform-provider-routeros/commit/93cf45e45352b09cf24e82273d6905e10c0b1f13)), closes [#207](https://github.com/terraform-routeros/terraform-provider-routeros/issues/207)

## [1.7.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.7.0...v1.7.1) (2023-05-15)


Expand Down
4 changes: 4 additions & 0 deletions docs/resources/routing_bgp_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Optional:
- `port` (Number) Local connection port.
- `ttl` (Number) Time To Live (hop limit) that will be recorded in sent TCP packets.

Read-Only:

- `default_address` (String)


<a id="nestedblock--output"></a>
### Nested Schema for `output`
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.7.1",
"version": "1.7.2",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 9620e18

Please sign in to comment.