diff --git a/CHANGELOG b/CHANGELOG index 4d8eac2..134edc2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ Changelog for AutoPatch ======================= +Version 1.4.2 +---------------------------------- +- Merged pull request 31 from Brian Jaress : "Fix for abstract method errors" + +Version 1.4.1 +---------------------------------- +- Added PicoContainer support. + Version 1.4.0 ---------------------------------- - Fixed #30 - MigrationTaskSupport now has a default value for the 'name' property. diff --git a/README.md b/README.md index 5518f6c..ef121da 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can include AutoPath in your Maven project via: com.tacitknowledge autopatch - 1.4.0 + 1.4.2 Help