Skip to content

Commit

Permalink
Prepare v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Feb 28, 2017
1 parent c3cf006 commit 53cc512
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version History

**0.7.2** (Tuesday, 28th February 2017)

* Bug fixes
* [#1041](https://github.com/robmorgan/phinx/pull/1041) Quote new column name in renameColumn in PostgresAdapter
* [#1048](https://github.com/robmorgan/phinx/pull/1048) Do not allow the start_time to be updated when setting a breakpoint

**0.7.1** (Sunday, 19th 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.1'
release = '0.7.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.7.1')
public function __construct($version = '0.7.2')
{
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);

Expand Down

0 comments on commit 53cc512

Please sign in to comment.