From 21d2716e233b928ed47ad1fe8b71e03598401b21 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Thu, 20 May 2021 09:13:09 -0700 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 5 ++++- lib/prawn-rails/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e156f..9b72e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.0...master) +* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.1...master) + - Nothing yet + +* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.0...v1.4.1) - [7575606](https://github.com/cortiz/prawn-rails/commit/7575606) - Fix bug in v1.4.0, where PDF's wouldnt open as `inline` within the browser. Problem was due to incomplete switch to Railsties from [PR #41](https://github.com/cortiz/prawn-rails/pull/41) * `v1.4.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.3.0...v1.4.0) diff --git a/lib/prawn-rails/version.rb b/lib/prawn-rails/version.rb index 8f754d9..4779942 100644 --- a/lib/prawn-rails/version.rb +++ b/lib/prawn-rails/version.rb @@ -1,3 +1,3 @@ module PrawnRails - VERSION = "1.4.0" + VERSION = "1.4.1" end