Skip to content

Commit

Permalink
bump + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Nov 12, 2024
1 parent 90ef7c4 commit 44f46fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

#### Change log v.1.0.28 (2024-11-12)

**Fix**: use `require` to load code (instead of `load`). Credit to @casperisfine (Jean byroot Boussier) for PR #216.

#### Change log v.1.0.27 (2024-11-10)

**Performance**: fix performance issues with `object_id` usage in Ruby 3+. Credit to @amomchilov (Alexander Momchilov) for PR #241.
Expand Down
2 changes: 1 addition & 1 deletion lib/combine_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CombinePDF
VERSION = '1.0.27'
VERSION = '1.0.28'
end

0 comments on commit 44f46fa

Please sign in to comment.