Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Feb 9, 2022
1 parent 73d75fb commit d15fdc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ox/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

module Ox
# Current version of the module.
VERSION = '2.14.7'
VERSION = '2.14.8'
end

0 comments on commit d15fdc7

Please sign in to comment.