Skip to content

Commit

Permalink
chore(release): 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 25, 2023
1 parent 2df87a9 commit adfbfaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.28.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.28.0...v1.28.1) (2023-12-25)


### Bug Fixes

* **firewall:** Fix the error of deleting field-lists ([3f2f7b1](https://github.com/terraform-routeros/terraform-provider-routeros/commit/3f2f7b1f6d335f99e3ff73e82f147a678325d4cf))

## [1.28.0](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.27.2...v1.28.0) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/move_items.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource "routeros_move_items" "fw_rules" {

### Required

- `sequence` (List of String) List identifiers in the required sequence.
- `sequence` (List of String) List identifiers in the required sequence. To locate the ```sequence``` before an existing rule, add its ```id``` to the last element of the ```sequence```.

### Optional

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.28.0",
"version": "1.28.1",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit adfbfaf

Please sign in to comment.