Skip to content

Commit cb97cda

Browse files
committed
Release prep
1 parent 2570138 commit cb97cda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.16.6 - 2024-09-09
4+
5+
- Fixed issue with Rails 7.2 that changed the order of calls to to_json and as_json.
6+
37
## 3.16.5 - 2024-08-07
48

59
- Fixed Oj::Parser so that block procedures work correctly.

lib/oj/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Oj
22
# Current version of the module.
3-
VERSION = '3.16.5'
3+
VERSION = '3.16.6'
44
end

0 commit comments

Comments
 (0)