Skip to content

Commit

Permalink
Prepare 13.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jun 1, 2023
1 parent 2fcc1c8 commit 3a3d816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 13.4.0

- Added automatically conversion of `choices` list to associative array
- Updated PHP requirement to 8.1

## 13.3.0

- Added and, or and group support to conditional logic
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "13.3-dev"
"dev-master": "13.4-dev"
}
}
}

0 comments on commit 3a3d816

Please sign in to comment.