diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc20932..055ad4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] +## [1.5.0] - 2017-02-13 + ### Added * Support for reading TTF fonts from TTC files @@ -100,7 +102,8 @@ Initial release as a standalone gem -[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.4.0...HEAD +[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.5.0...HEAD +[1.5.0]: https://github.com/prawnpdf/ttfunk/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/prawnpdf/ttfunk/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/prawnpdf/ttfunk/compare/1.2.2...1.3.0 [1.2.2]: https://github.com/prawnpdf/ttfunk/compare/1.2.1...1.2.2 diff --git a/ttfunk.gemspec b/ttfunk.gemspec index ad53a3c9..78347048 100644 --- a/ttfunk.gemspec +++ b/ttfunk.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'ttfunk' - spec.version = '1.4.0' + spec.version = '1.5.0' spec.licenses = %w[PRAWN GPL-2.0 GPL-3.0] spec.platform = Gem::Platform::RUBY spec.summary = 'TrueType Font Metrics Parser'