Skip to content

Commit

Permalink
Updated the paysera/lib-object-wrapper to allow boolean values when…
Browse files Browse the repository at this point in the history
… (de)normalizing GET requests.
  • Loading branch information
Laurynas Griciūnas authored and pelanis committed Feb 3, 2023
1 parent b33a221 commit d9e532c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1]
### Changed
- Updated the `paysera/lib-object-wrapper` to allow boolean values when (de)normalizing GET requests.

## [1.2.0]
### Added
- Support from PHP 8.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": "^7.0 || ^8.0",
"paysera/lib-object-wrapper": "^0.3.0"
"paysera/lib-object-wrapper": "^0.3.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^9.0",
Expand Down

0 comments on commit d9e532c

Please sign in to comment.