From 829cf6af468d9248e2012e948e95410f892d1909 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Thu, 4 Apr 2024 08:05:02 -0400 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83993f9..0d7ffcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ## 10.1.0 -- [[386](https://github.com/larryaasen/upgrader/pull/386)] Added client headers that can optionally be passed in with a client. -- [[375](https://github.com/larryaasen/upgrader/issues/375)] Fixed issue with Android Play Store titles that contained "\u0027". +[[386](https://github.com/larryaasen/upgrader/pull/386)] Added client headers that can optionally be passed in with a client. + +[[375](https://github.com/larryaasen/upgrader/issues/375)] Fixed issue with Android Play Store titles that contained "\u0027". ## 10.0.1 -- Allowed for device_info_plus 10.0.0 and package_info_plus 6.0.0. - +Allowed for device_info_plus 10.0.0 and package_info_plus 6.0.0. + ## 10.0.0 This major update changes the structure of how the internal state is maintained and how access to app stores is provided. The API has not changed for the standard use cases. However, the way in which Appcast is used has changed slightly.