Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 8, 2023
1 parent d7df855 commit 165e7f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
08-08-2023
- Version 1.1.4
- Version 1.1.3 had issues on Windows which does not support pread, added a polyfill

04-08-2023
- Version 1.1.3
- Added fork safety by migrating from seek+read to pread
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_mime/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiniMime
VERSION = "1.1.3"
VERSION = "1.1.4"
end

0 comments on commit 165e7f0

Please sign in to comment.