Skip to content

Commit

Permalink
chore(release): 1.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 11, 2025
1 parent cf02f5a commit d192834
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.76.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.76.0...v1.76.1) (2025-02-11)

### Bug Fixes

* **provider:** Add attribute drift handling between ROS versions ([32141a6](https://github.com/terraform-routeros/terraform-provider-routeros/commit/32141a622f24e903fa3e8601a16498714ac9573d)), closes [#654](https://github.com/terraform-routeros/terraform-provider-routeros/issues/654)

## [1.76.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.75.0...v1.76.0) (2025-02-04)

### Features
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ resource "routeros_interface_gre" "gre_hq" {
- `ca_certificate` (String) Path to MikroTik's certificate authority file.
- `insecure` (Boolean) Whether to verify the SSL certificate or not.
- `password` (String, Sensitive) Password for the MikroTik user.
- `routeros` (String) RouterOS version for which resource schemes will be adapted. The version obtained from MikroTik will be used if not specified.
- `suppress_syso_del_warn` (Boolean) Suppress the system object deletion warning.
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.76.0",
"version": "1.76.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit d192834

Please sign in to comment.