Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 2, 2024
1 parent 0eeaa91 commit 2293875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v5.1.1](https://github.com/voxpupuli/json-schema/tree/v5.1.1) (2024-12-02)

[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.1.0...v5.1.1)

**Fixed bugs:**

- Add bigdecimal dependency to fix deprecation warning for Ruby 3.4 [\#533](https://github.com/voxpupuli/json-schema/pull/533) ([jamiecobbett](https://github.com/jamiecobbett))

## [v5.1.0](https://github.com/voxpupuli/json-schema/tree/v5.1.0) (2024-11-20)

[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.0.1...v5.1.0)
Expand Down
2 changes: 1 addition & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'json-schema'
s.version = '5.1.0'
s.version = '5.1.1'
s.authors = ['Kenny Hoxworth', 'Vox Pupuli']
s.email = '[email protected]'
s.homepage = 'https://github.com/voxpupuli/json-schema/'
Expand Down

0 comments on commit 2293875

Please sign in to comment.