Skip to content

Commit 64e7e95

Browse files
authored
Merge pull request #534 from bastelfreak/rel511
Release 5.1.1
2 parents 0eeaa91 + 2293875 commit 64e7e95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v5.1.1](https://github.com/voxpupuli/json-schema/tree/v5.1.1) (2024-12-02)
4+
5+
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.1.0...v5.1.1)
6+
7+
**Fixed bugs:**
8+
9+
- 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))
10+
311
## [v5.1.0](https://github.com/voxpupuli/json-schema/tree/v5.1.0) (2024-11-20)
412

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

json-schema.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'json-schema'
3-
s.version = '5.1.0'
3+
s.version = '5.1.1'
44
s.authors = ['Kenny Hoxworth', 'Vox Pupuli']
55
s.email = '[email protected]'
66
s.homepage = 'https://github.com/voxpupuli/json-schema/'

0 commit comments

Comments
 (0)