Skip to content

Commit

Permalink
Updating to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jun 5, 2017
1 parent 72c07c1 commit 7a19de5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Version History

**0.8.1** (Monday, 5th June 2017)
* Pull requests
* [#768]https://github.com/robmorgan/phinx/pull/768 Support for MySQL unsigned primary keys
* [#1104](https://github.com/robmorgan/phinx/pull/1029) Removed support for HHVM
* [#1082](https://github.com/robmorgan/phinx/pull/1082) Fixed paths displayed in text output

**0.8.0** (Tuesday, 28th February 2017)
* Documentation updates
* New features
* [#1045](https://github.com/robmorgan/phinx/pull/1045) Rollbacks by start time - Thanks to [Daniel Gomes](https://github.com/daniel-gomes-sociomantic).

Please see [UPGRAGE_0.8](https://github.com/robmorgan/phinx/blob/master/UPGRADE_0.8.md) for additional details regarding [#1045](https://github.com/robmorgan/phinx/pull/1045)

**0.7.2** (Tuesday, 28th February 2017)
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.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.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.8.0')
public function __construct($version = '0.8.1')
{
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);

Expand Down

0 comments on commit 7a19de5

Please sign in to comment.