Skip to content

Commit

Permalink
Updating to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Feb 19, 2017
1 parent 2ad5c22 commit 4e058f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version History

**0.7.1** (Sunday, 19th February 2017)

* Documentation updates
* New features
* [#978](https://github.com/robmorgan/phinx/pull/978) Add table truncate method
* Pull requests
* [#1029](https://github.com/robmorgan/phinx/pull/1029) Add vendor to Phinx path to align with other docs

**0.7.0** (Friday, 10th February 2017)

* Documentation updates
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.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'

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

Expand Down

0 comments on commit 4e058f2

Please sign in to comment.