Skip to content

Commit

Permalink
Prepare v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Oct 27, 2016
1 parent 6751593 commit 6943cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Version History

**0.6.x-dev** (***)
**0.6.5** (Thursday, 27 October 2016)

* Documentation updates
* Pull requests
* [#831](https://github.com/robmorgan/phinx/pull/831) Typos
* [#929](https://github.com/robmorgan/phinx/pull/929) Support glob brace for seed paths
* [#949](https://github.com/robmorgan/phinx/pull/949) Fix for Config::getMigrationBaseClassName
* [#958](https://github.com/robmorgan/phinx/pull/958) Allow console input to be used within adapters

**0.6.4** (Wednesday, 27th July 2016)

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.4'
release = '0.6.5'

# 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.4')
public function __construct($version = '0.6.5')
{
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);

Expand Down

0 comments on commit 6943cb4

Please sign in to comment.