Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzobrain committed Jul 10, 2023
1 parent c8f9ad4 commit d2d28be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [2.2.0] - 2023-07-10

- Fixed built-in types detection for unprefixed schema namespace
- Move validation to Schema object

## [2.1.0] - 2023-07-10

- Add support for <xs:include> element
Expand Down
2 changes: 1 addition & 1 deletion lib/xsd/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module XSD
VERSION = '2.1.0'
VERSION = '2.2.0'
end

0 comments on commit d2d28be

Please sign in to comment.