Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
Issue: #160
  • Loading branch information
muehmar committed Oct 8, 2024
1 parent f15404c commit da2216a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add the plugin section in your `build.gradle`:

```
plugins {
id 'com.github.muehmar.openapischema' version '3.1.6'
id 'com.github.muehmar.openapischema' version '3.2.0'
}
```

Expand Down
5 changes: 5 additions & 0 deletions doc/130_change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

* 3.2.0
* Support for conversions of type and class mappings (issue `#160`)
* Fix serialisation of multiple nested required and nullable property in anyOf or oneOf compositions (issue `#278`)
* Fix mapping for map keys (issue `#286`)
* 3.1.9 - Fix inlining of container types, e.g. array items and map values (issue `#287`)
* 3.1.6 - Fix inlining of container types, e.g. array items and map values (issue `#287`)
* 3.1.5 - Fix serialisation of required not nullable properties with special naming pattern (issue `#272`)
* 3.1.4 - Fix generation of inline enum definitions for item types of arrays (issue `#280`)
Expand Down

0 comments on commit da2216a

Please sign in to comment.