diff --git a/README.adoc b/README.adoc index bced27d6..12824eb3 100644 --- a/README.adoc +++ b/README.adoc @@ -35,11 +35,13 @@ image::images/Swagger2Markup_definitions.PNG[] Pull requests are welcome. -* New feature https://github.com/Swagger2Markup/swagger2markup/issues/18[RobWin/Swagger2Markup#18] by https://github.com/sg-ad[@sg-ad]: In addition to the definitions.adoc you can also generate separate files for each definition model (ex: person.adoc, address.adoc, purchase.adoc). +* New feature https://github.com/Swagger2Markup/swagger2markup/issues/18[Swagger2Markup/swagger2Markup#18] by https://github.com/sg-ad[@sg-ad]: In addition to the definitions.adoc you can also generate separate files for each definition model (ex: person.adoc, address.adoc, purchase.adoc). -* New feature https://github.com/Swagger2Markup/swagger2markup/issues/21[RobWin/Swagger2Markup#21] by https://github.com/redowl[@redowl]: Support for both reference models and composed models. +* New feature https://github.com/Swagger2Markup/swagger2markup/issues/21[Swagger2Markup/swagger2Markup#21] by https://github.com/redowl[@redowl]: Support for both reference models and composed models. -* New feature https://github.com/Swagger2Markup/swagger2markup/issues/27[RobWin/Swagger2Markup#27] by https://github.com/zmitrok[@zmitrok]: Added a hook to preprocess a Swagger Model before it is converted. +* New feature https://github.com/Swagger2Markup/swagger2markup/issues/27[Swagger2Markup/swagger2Markup#27] by https://github.com/zmitrok[@zmitrok]: Added a hook to preprocess a Swagger Model before it is converted. + +* New feature https://github.com/Swagger2Markup/swagger2markup/issues/48[Swagger2Markup/swagger2Markup#48] by https://github.com/MeteorBoom[@MeteorBoom]: Multi language support. === Questions You can ask questions about Swagger2Markup in https://gitter.im/Swagger2Markup/swagger2markup[Gitter]. diff --git a/RELEASENOTES.adoc b/RELEASENOTES.adoc index a2af4ef0..3e777210 100644 --- a/RELEASENOTES.adoc +++ b/RELEASENOTES.adoc @@ -71,4 +71,7 @@ === Version 0.9.1 * Added support to group the paths by tags or as-is -* Added support to order the definitions by natural ordering or as-is \ No newline at end of file +* Added support to order the definitions by natural ordering or as-is + +=== Version 0.9.2 +* Multi language support. Added russian. \ No newline at end of file diff --git a/build.gradle b/build.gradle index e82b33e8..40f97042 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { } } description = 'swagger2markup Build' -version = '0.9.1' +version = '0.9.2' group = 'io.github.robwin' apply plugin: 'java'