Skip to content

Commit 680a68a

Browse files
authored
Merge pull request #543 from bastelfreak/rel521
Release 5.2.1
2 parents a32c1a6 + b8976d2 commit 680a68a

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.2.1](https://github.com/voxpupuli/json-schema/tree/v5.2.1) (2025-07-09)
4+
5+
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.2.0...v5.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- Require delegate library in validator [\#542](https://github.com/voxpupuli/json-schema/pull/542) ([beechtom](https://github.com/beechtom))
10+
311
## [v5.2.0](https://github.com/voxpupuli/json-schema/tree/v5.2.0) (2025-07-09)
412

513
[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v5.1.1...v5.2.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.2.0'
3+
s.version = '5.2.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)