Skip to content

Commit

Permalink
Updating version to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Dec 3, 2015
1 parent 63723d9 commit cf74681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [2.0.10](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.10) (2015-11-24)
- ORM: Added support for DATE columns in Oracle

# [2.0.9](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.9) (2015-11-24)
- Fixed bug that double serializes data using Redis adapter
- Added `console:boot` event to allow the developer to perform initialization actions
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "phalcon",
"description": "Web framework delivered as a C-extension for PHP",
"author": "Phalcon Team and contributors",
"version": "2.0.9",
"version": "2.0.10",
"verbose": true,
"optimizer-dirs": [
"optimizers"
Expand Down
2 changes: 1 addition & 1 deletion phalcon/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [2, 0, 9, 4, 0];
return [2, 0, 10, 4, 0];
}

/**
Expand Down

0 comments on commit cf74681

Please sign in to comment.