diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b51d9d4..068cc25b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.21.1](https://github.com/Ombi-app/Ombi/compare/v4.21.0...v4.21.1) (2022-07-11) + + +### Bug Fixes + +* **images:** Retry images with a backoff when we get a Too Many requests from TheMovieDb [#4685](https://github.com/Ombi-app/Ombi/issues/4685) ([3f1f35d](https://github.com/Ombi-app/Ombi/commit/3f1f35df3164db6739691cdda8f925c296239791)) + + + # [4.21.0](https://github.com/Ombi-app/Ombi/compare/v4.20.4...v4.21.0) (2022-06-22) @@ -349,7 +358,3 @@ -# [4.14.0](https://github.com/Ombi-app/Ombi/compare/v4.13.2...v4.14.0) (2022-03-02) - - - diff --git a/version.json b/version.json index cda1d2e0b..b4b91706e 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "4.21.0" + "version": "4.21.1" } \ No newline at end of file