Skip to content

Commit

Permalink
Release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 14, 2024
1 parent 72bea9d commit d5e4a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

### 2024-11-14 (2.8.2)

* `JSON.load_file` explictly read the file as UTF-8.

### 2024-11-06 (2.8.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSON
VERSION = '2.8.1'
VERSION = '2.8.2'
end

0 comments on commit d5e4a6e

Please sign in to comment.