diff --git a/README.md b/README.md index dbedcc8..2b6885e 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,11 @@ TODO Changes ------- +### Release 0.4.4 (2014-07-19) ### + +* [bugfix] fix `redo` action to run `down` first internally. + + ### Release 0.4.3 (2014-02-28) ### * [bugfix] fix reporting error when there is a migration which is diff --git a/lib/migr8.rb b/lib/migr8.rb index 3f7644e..83861c4 100755 --- a/lib/migr8.rb +++ b/lib/migr8.rb @@ -2568,6 +2568,11 @@ def escape(value) Changes ------- +### Release 0.4.4 (2014-07-19) ### + +* [bugfix] fix `redo` action to run `down` first internally. + + ### Release 0.4.3 (2014-02-28) ### * [bugfix] fix reporting error when there is a migration which is