Skip to content

Commit

Permalink
bump + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Dec 6, 2024
1 parent a3a9d4e commit d023427
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.29 (2024-12-07)

**Fix**: frozen string literal support fix. Credit to @francescob (Francesco) for PR #245.

#### 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.
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.28'
VERSION = '1.0.29'
end

0 comments on commit d023427

Please sign in to comment.