diff --git a/CHANGELIST b/CHANGELIST index 179785cbfc..3b126f262a 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,6 @@ +0.4.29 (January 22, 2013) + - Copy links literally, not what they point at (#337, patch by Dane Knecht) + 0.4.28 (January 21, 2013) - Fix a dependency on the 'cabin' gem. (#344, reported by Jay Buffington) diff --git a/lib/fpm/version.rb b/lib/fpm/version.rb index 258b4f9264..7680123eaa 100644 --- a/lib/fpm/version.rb +++ b/lib/fpm/version.rb @@ -1,3 +1,3 @@ module FPM - VERSION = "0.4.28" + VERSION = "0.4.29" end