diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb567c..39aba74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [2.7.4] - 2024-04-21 +## [2.7.5] - 2024-04-22 - Return and from collect_elements/collect_attributes - Make multiple_allowed? available on all definitions with max occurs - Don't return duplicated attributes from complex restriction +- Fix base_complex_type on restriction without base ## [2.6.3] - 2024-04-13 diff --git a/lib/xsd/version.rb b/lib/xsd/version.rb index 8600db2..6ee58f6 100644 --- a/lib/xsd/version.rb +++ b/lib/xsd/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module XSD - VERSION = '2.7.4' + VERSION = '2.7.5' end