Skip to content

Commit

Permalink
update Version file and UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Arbezzano committed Oct 5, 2015
1 parent 12bce9b commit 847db36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 0.9.2
* [#423](https://github.com/doctrine/DoctrineORMModule/pull/423) Docs about cache updated
* [#428](https://github.com/doctrine/DoctrineORMModule/pull/428) metadatagrapher - fix diagram inconcistency
* [#429](https://github.com/doctrine/DoctrineORMModule/pull/429) Added naming strategy doc
* [#434](https://github.com/doctrine/DoctrineORMModule/pull/434) bump orm to 2.5 dependency
* [#435](https://github.com/doctrine/DoctrineORMModule/pull/435) Feature/metadatagrapher fix
* [#437](https://github.com/doctrine/DoctrineORMModule/pull/437) Doctrine comment types

# 0.9.1
* [#405](https://github.com/doctrine/DoctrineORMModule/pull/405) Provide the dialog and question helper
* [#405](https://github.com/doctrine/DoctrineORMModule/pull/405) Provide the dialog and question helper
* [#413](https://github.com/doctrine/DoctrineORMModule/pull/413) Fixed missing version
* [#414](https://github.com/doctrine/DoctrineORMModule/pull/414) Change test configuration to manage migrations path
* [#417](https://github.com/doctrine/DoctrineORMModule/pull/417) Bump some dependencies versions to be ZF 2.5 compliant
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineORMModule/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
*/
class Version
{
const VERSION = '0.9.1';
const VERSION = '0.9.2';
}

0 comments on commit 847db36

Please sign in to comment.