diff --git a/ConsoleAppCore/ConsoleAppCore.csproj b/ConsoleAppCore/ConsoleAppCore.csproj index 78d1f87..c76ff3f 100644 --- a/ConsoleAppCore/ConsoleAppCore.csproj +++ b/ConsoleAppCore/ConsoleAppCore.csproj @@ -7,13 +7,13 @@ RingRecordingDownload KoenZomers.Ring.RecordingDownload Koen Zomers - 2.2.0.0 + 2.3.0.0 Ring Recording Download Allows downloading of recordings from Ring devices from the Ring cloud to your local machine Koen Zomers https://github.com/KoenZomers/RingRecordingDownload Ring - - Upgraded to RingApi 0.5.1.0 which fixes the issue with authenticating + - Upgraded to [Ring API v0.5.3.0](https://github.com/KoenZomers/RingApi#version-history) which fixes some parsing issues @@ -27,7 +27,7 @@ - + diff --git a/README.md b/README.md index c87bdcd..be781bd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Console application written in .NET 6 compiled for Windows, Raspberry Pi, Linux ## Version History +[2.3.0.0](https://github.com/KoenZomers/RingRecordingDownload/releases/tag/2.3.0.0) - September 2, 2023 + +- Upgraded to [Ring API v0.5.3.0](https://github.com/KoenZomers/RingApi#version-history) which fixes some parsing issues + [2.2.0.0](https://github.com/KoenZomers/RingRecordingDownload/releases/tag/2.2.0.0) - July 4, 2023 - Upgraded to [Ring API v0.5.2.0](https://github.com/KoenZomers/RingApi#version-history) which fixes the login issue