diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aae80f70..7b58cf34e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [Release 1.35.3](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.35.3) + +### Bug Fixes +- When DateTimeParseException is not available for lower apis (#1701) + +### Miscellaneous +- Version bumps (#1721) + +[See all changes between 1.35.2 and 1.35.3](https://github.com/aws-amplify/amplify-android/compare/release_v1.35.2...release_v1.35.3) + ## [Release 1.35.2](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.35.2) ### Bug Fixes diff --git a/core-kotlin/CHANGELOG.md b/core-kotlin/CHANGELOG.md index 42b6d703a4..ffbb8b2a64 100644 --- a/core-kotlin/CHANGELOG.md +++ b/core-kotlin/CHANGELOG.md @@ -1,3 +1,13 @@ +## [Release 0.19.3](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.19.3) + +### Bug Fixes +- When DateTimeParseException is not available for lower apis (#1701) + +### Miscellaneous +- Version bumps (#1721) + +[See all changes between 0.19.2 and 0.19.3](https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.19.2...release-kotlin_v0.19.3) + ## [Release 0.19.2](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.19.2) ### Bug Fixes