Skip to content

Commit 53cc512

Browse files
committed
Prepare v0.7.2
1 parent c3cf006 commit 53cc512

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version History
22

3+
**0.7.2** (Tuesday, 28th February 2017)
4+
5+
* Bug fixes
6+
* [#1041](https://github.com/robmorgan/phinx/pull/1041) Quote new column name in renameColumn in PostgresAdapter
7+
* [#1048](https://github.com/robmorgan/phinx/pull/1048) Do not allow the start_time to be updated when setting a breakpoint
8+
39
**0.7.1** (Sunday, 19th February 2017)
410

511
* Documentation updates

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.7'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.7.1'
53+
release = '0.7.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

src/Phinx/Console/PhinxApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PhinxApplication extends Application
4747
*
4848
* @param string $version The Application Version
4949
*/
50-
public function __construct($version = '0.7.1')
50+
public function __construct($version = '0.7.2')
5151
{
5252
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);
5353

0 commit comments

Comments
 (0)