diff --git a/NEWS.md b/NEWS.md index aa9eb46..c4ffd3d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,15 @@ # Liftoff Changelog # -## Liftoff 1.4 - 8 Oct 2014 ## +## Liftoff 1.4.1 - 7 Oct 2014 ## + +### Bug Fixes ### + +* Now using an updated version of [Xcodeproj][] to fix some segfaults reported + by CocoaPods users. + +[Xcodeproj]: https://github.com/CocoaPods/Xcodeproj + +## Liftoff 1.4 - 6 Oct 2014 ## ### New Features ### diff --git a/lib/liftoff/version.rb b/lib/liftoff/version.rb index 43a3235..ea9aa10 100644 --- a/lib/liftoff/version.rb +++ b/lib/liftoff/version.rb @@ -1,3 +1,3 @@ module Liftoff - VERSION = '1.4' + VERSION = '1.4.1' end