diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef2a1e..b0599a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog * `Unreleased` + - Nothing yet + +* `v1.2.1` - [PR #39](https://github.com/cortiz/prawn-rails/pull/39) - Fix Rails 6 deprecation warning for single arity template handlers - Remove unnecessary option logic from `prawn_document` method diff --git a/lib/prawn-rails/version.rb b/lib/prawn-rails/version.rb index 21337ac..d1b1b74 100644 --- a/lib/prawn-rails/version.rb +++ b/lib/prawn-rails/version.rb @@ -1,3 +1,3 @@ module PrawnRails - VERSION = "1.2.0" + VERSION = "1.2.1" end