Skip to content

Commit

Permalink
Update for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Jun 23, 2016
1 parent 2df804c commit 35c4fdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version History

**0.6.2** (Thursday, 23rd June 2016)

* Fix breakpoint support for Postgres
* HHVM now passes all tests

**0.6.1** (Tuesday, 21st June 2016)

* Fix rollback when only 1 migration
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/Phinx/Console/PhinxApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PhinxApplication extends Application
*
* @param string $version The Application Version
*/
public function __construct($version = '0.6.1')
public function __construct($version = '0.6.2')
{
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);

Expand Down

0 comments on commit 35c4fdc

Please sign in to comment.