We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b5f99 commit f2c98d0Copy full SHA for f2c98d0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.2.1
4
+* Fix detection of targetVersion for Android gradle builds ([#1487](https://github.com/joelittlejohn/jsonschema2pojo/pull/1487))
5
+
6
## 1.2.0
7
* Avoid output to System.err when finding unique Enum name ([#1485](https://github.com/joelittlejohn/jsonschema2pojo/pull/1485))
8
* Add useful debug logging when reading schemas and creating classes ([#1483](https://github.com/joelittlejohn/jsonschema2pojo/pull/1483))
jsonschema2pojo-upload-release
@@ -161,9 +161,6 @@ pushd $WORKING_DIR
161
RELEASE_PAGE=$(echo $RELEASE | jq -r .html_url)
162
popd
163
164
-pushd
165
-
166
167
rm -rf $WORKING_DIR
168
169
echo Release complete. Next steps:
0 commit comments