Skip to content

Commit

Permalink
[skip ci] Update version to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Apr 25, 2021
1 parent 1ba4cca commit e3508c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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).
## [Unrelease]
- Nothing
## [2.4.4] Coming soon
## [2.4.4] 2021-04-25
### Added
- `UArrayModels` class for array of models manipulation (GroupBy, asKeyValues, sorting...)
- `UModel` class for models manipulation (property updating...)
- `ubiquity-debug` integration
### Fixed
- Boolean types pb [#174](https://github.com/phpMv/ubiquity/issues/174)
- ResponseFormatter import [#173](https://github.com/phpMv/ubiquity/issues/173)
Expand Down
2 changes: 1 addition & 1 deletion src/Ubiquity/core/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Ubiquity\cache\CacheManager;

class Framework {
public const version = '2.4.3';
public const version = '2.4.4';

public static function getVersion() {
return self::version;
Expand Down

0 comments on commit e3508c8

Please sign in to comment.