@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.26.0 ] - 2025-07-07
99
1010### Added
1111- Ray.InputQuery integration for file upload handling
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- Comprehensive type definitions in ` Types.php ` for improved type safety
1818
1919### Changed
20- - Updated ` ray/input-query ` dependency to version 0.1 .0
20+ - Updated ` ray/input-query ` dependency to version ^0.2 .0
2121- Updated ` koriym/file-upload ` dependency to version ^0.2.0
2222- Refactored file upload handling for improved consistency and readability
2323- Replaced ` create ` method with ` newInstance ` for inputQuery instantiation
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727- Code style issues in test files
2828
2929### Dependencies
30- - ` ray/input-query ` : 0.1 .0
30+ - ` ray/input-query ` : ^0.2 .0
3131- ` koriym/file-upload ` : ^0.2.0
3232- ` ext-fileinfo ` : * (required for Windows CI compatibility)
3333
@@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6262
6363Please refer to the git history for changes in earlier versions.
6464
65- [ Unreleased ] : https://github.com/bearsunday/BEAR.Resource/compare/1.25.0...HEAD
65+ [ Unreleased ] : https://github.com/bearsunday/BEAR.Resource/compare/1.26.0...HEAD
66+ [ 1.26.0 ] : https://github.com/bearsunday/BEAR.Resource/compare/1.25.0...1.26.0
6667[ 1.25.0 ] : https://github.com/bearsunday/BEAR.Resource/compare/1.24.0...1.25.0
6768[ 1.24.0 ] : https://github.com/bearsunday/BEAR.Resource/compare/1.23.0...1.24.0
6869[ 1.23.0 ] : https://github.com/bearsunday/BEAR.Resource/compare/1.22.5...1.23.0
0 commit comments