Skip to content

Commit 9809d60

Browse files
committed
2.1.1
1 parent 9497c08 commit 9809d60

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.1.1] - 2023-11-28
4+
5+
### Bug Fixes
6+
7+
- Fix refs to/through keyword objects: https://github.com/davishmcclurg/json_schemer/pull/160
8+
- Temporary fix for incorrect `uri-reference` format in OpenAPI 3.x: https://github.com/davishmcclurg/json_schemer/pull/161
9+
10+
[2.1.1]: https://github.com/davishmcclurg/json_schemer/releases/tag/v2.1.1
11+
312
## [2.1.0] - 2023-11-17
413

514
### Bug Fixes

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
json_schemer (2.1.0)
4+
json_schemer (2.1.1)
55
hana (~> 1.3)
66
regexp_parser (~> 2.0)
77
simpleidn (~> 0.2)
@@ -30,7 +30,7 @@ GEM
3030
unf (0.1.4)
3131
unf_ext
3232
unf (0.1.4-java)
33-
unf_ext (0.0.9)
33+
unf_ext (0.0.9.1)
3434

3535
PLATFORMS
3636
java

lib/json_schemer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module JSONSchemer
3-
VERSION = '2.1.0'
3+
VERSION = '2.1.1'
44
end

0 commit comments

Comments
 (0)