Skip to content

Commit

Permalink
add v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Nov 28, 2023
1 parent 3214a78 commit 07efb5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-11-28

### Added

- Support for PHP 8.3 ([#26](https://github.com/khalyomede/reorder-before-after/issues/26)).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Reorder an item in an array before or after another.",
"type": "library",
"license": "MIT",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [
"reorder",
"sort",
Expand Down Expand Up @@ -49,4 +49,4 @@
"require": {
"php": ">=8.1.0"
}
}
}

0 comments on commit 07efb5e

Please sign in to comment.