diff --git a/Release-notes.md b/Release-notes.md index bb146f2..ef2448f 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,26 @@ +# v5.3.75 + +> Fixes for contact registration. + +Edge cases resolved where multiple companies existed and contact registration failed. + +> Fixes for custom messages in client portal + +Ensure all custom messages are displayed on the app + +> Fixes for gocardless + +All token billing now forces payments into Pending status (previously they were tagged as completed), webhooks will complete the payment if successful + +> Fixes for index title + +The app by default shows Invoice Ninja as the title of the page, the APP_NAME is now displayed by default. + +> Fixes for queues trying to call SQS + +Attempt to prevent the system from trying to call Amazon metadata services. + + # v5.3.74 Starting from this release, we'll be making an effort to describe significant changes to the application to assist the community in knowing what to expect with releases.