From 1c2b356db41069f24df05bfc5e9f5569d811f974 Mon Sep 17 00:00:00 2001 From: Thomas Leing Date: Tue, 3 May 2022 09:06:52 -0700 Subject: [PATCH] Update changelog after manual release v1.35.3 (#1724) * Update changelog after manual release v1.35.3 * Update core-kotlin changelog as well Co-authored-by: Thomas Leing --- CHANGELOG.md | 10 ++++++++++ core-kotlin/CHANGELOG.md | 10 ++++++++++ 2 files changed, 20 insertions(+) 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