From d15fdc70b3fe7b698a6c6a30b37294840856778d Mon Sep 17 00:00:00 2001 From: Peter Ohler Date: Wed, 9 Feb 2022 09:59:52 -0500 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 6 ++++++ lib/ox/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57be6e18..cdeddcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to the Ox gem are documented here. Releases follow semantic versioning. +## [2.14.8] - 2022-02-09 + +### Fixed + +- Renamed internal functions to avoid linking issues where Oj and Ox function names collided. + ## [2.14.7] - 2022-02-03 ### Fixed diff --git a/lib/ox/version.rb b/lib/ox/version.rb index 36796b50..f95dae83 100644 --- a/lib/ox/version.rb +++ b/lib/ox/version.rb @@ -1,5 +1,5 @@ module Ox # Current version of the module. - VERSION = '2.14.7' + VERSION = '2.14.8' end