Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Mar 25, 2021
1 parent b69693f commit dfaa957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

* `Unreleased`
- Nothing yet

* `v1.4.0`
- [PR #41](https://github.com/cortiz/prawn-rails/pull/41) - Depend on `railsties` instead of `rails` gem to avoid pulling in unnecessary dependencies such as action_cable, etc.

* `v1.3.0`
Expand Down
2 changes: 1 addition & 1 deletion lib/prawn-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrawnRails
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit dfaa957

Please sign in to comment.