diff --git a/CHANGELOG.md b/CHANGELOG.md index b1757b23..94342c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v4.1.0](https://github.com/voxpupuli/json-schema/tree/v4.1.0) (2023-09-15) + +[Full Changelog](https://github.com/voxpupuli/json-schema/compare/v4.0.0...v4.1.0) + +**Implemented enhancements:** + +- Add `allPropertiesRequired` and `noAdditionalProperties` options [\#494](https://github.com/voxpupuli/json-schema/pull/494) ([a-lavis](https://github.com/a-lavis)) + +**Fixed bugs:** + +- Integer as string should be defined as string [\#497](https://github.com/voxpupuli/json-schema/pull/497) ([mohanapriya2308](https://github.com/mohanapriya2308)) +- Handling allOf error message [\#495](https://github.com/voxpupuli/json-schema/pull/495) ([anupama-kumari](https://github.com/anupama-kumari)) + ## [v4.0.0](https://github.com/voxpupuli/json-schema/tree/v4.0.0) (2023-04-24) [Full Changelog](https://github.com/voxpupuli/json-schema/compare/v3.0.0...v4.0.0) diff --git a/VERSION.yml b/VERSION.yml index bb8d59b3..f533f30e 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,3 +1,3 @@ major: 4 -minor: 0 +minor: 1 patch: 0