diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3ad00e2..7a479d9 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -2,10 +2,16 @@ === Unreleased -https://github.com/patsplat/plist/compare/v3.4.0...HEAD +https://github.com/patsplat/plist/compare/v3.5.0...HEAD * Your contribution here! +=== 3.5.0 (2018-12-22) + +https://github.com/patsplat/plist/compare/v3.4.0...v3.5.0 + +* Only ship the required libs in the gem artifact (https://github.com/patsplat/plist/pull/48) + === 3.4.0 (2017-12-08) https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0 diff --git a/lib/plist/version.rb b/lib/plist/version.rb index 36533cf..b3fa529 100644 --- a/lib/plist/version.rb +++ b/lib/plist/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Plist - VERSION = '3.4.0'.freeze + VERSION = '3.5.0'.freeze end