Skip to content

Commit

Permalink
[release] Update CHANGELOG.md and CONTRIBUTORS.md for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Sep 21, 2024
1 parent 486877b commit 4fea685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.2
* Don't log ClassAlreadyExistsException for Enum ([#1597](https://github.com/joelittlejohn/jsonschema2pojo/pull/1597))
* Prevent generating duplicate constructors when all properties are required; and both includeAllPropertiesConstructor and includeRequiredPropertiesConstructor are true ([#1553](https://github.com/joelittlejohn/jsonschema2pojo/pull/1553))
* Add support for property names containing question mark(s) ([#1522](https://github.com/joelittlejohn/jsonschema2pojo/pull/1522))
* Avoid NPE when setting additionalProperties path ([#1515](https://github.com/joelittlejohn/jsonschema2pojo/pull/1515))

## 1.2.1
* Fix detection of targetVersion for Android gradle builds ([#1487](https://github.com/joelittlejohn/jsonschema2pojo/pull/1487))

Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@
* TheTrueDentist
* Josejulio Martínez
* Nils Andresen
* Michael Edgar
* Julien Herr
* Daniel Hammer

0 comments on commit 4fea685

Please sign in to comment.