Skip to content

Commit f2c98d0

Browse files
committed
[release] Update CHANGELOG for 1.2.1
1 parent f8b5f99 commit f2c98d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.2.1
4+
* Fix detection of targetVersion for Android gradle builds ([#1487](https://github.com/joelittlejohn/jsonschema2pojo/pull/1487))
5+
36
## 1.2.0
47
* Avoid output to System.err when finding unique Enum name ([#1485](https://github.com/joelittlejohn/jsonschema2pojo/pull/1485))
58
* Add useful debug logging when reading schemas and creating classes ([#1483](https://github.com/joelittlejohn/jsonschema2pojo/pull/1483))

jsonschema2pojo-upload-release

-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ pushd $WORKING_DIR
161161
RELEASE_PAGE=$(echo $RELEASE | jq -r .html_url)
162162
popd
163163

164-
pushd
165-
166-
167164
rm -rf $WORKING_DIR
168165

169166
echo Release complete. Next steps:

0 commit comments

Comments
 (0)