Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Apr 1, 2024
1 parent 8495352 commit 8d02ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
Version 2.3.1
- FIX: avoid bug where a NoMethodError exception is raised on faulty images

Version 2.3.0

24-Dec-2023
Expand Down
2 changes: 1 addition & 1 deletion lib/fastimage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class FastImage
VERSION = '2.3.0'
VERSION = '2.3.1'
end

0 comments on commit 8d02ae8

Please sign in to comment.