diff --git a/CHANGELOG.md b/CHANGELOG.md index ebab3a80e..c3c4636af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.45.1](https://github.com/Ombi-app/Ombi/compare/v4.45.0...v4.45.1) (2024-08-20) + + +### Bug Fixes + +* **plex:** Fixed some errors around the scanner that was causing the scan to fail ([d9787dc](https://github.com/Ombi-app/Ombi/commit/d9787dc32aace808d196f6f87456ef45de3d7bbf)) + + + # [4.45.0](https://github.com/Ombi-app/Ombi/compare/v4.44.1...v4.45.0) (2024-08-07) @@ -3717,12 +3726,3 @@ -# [4.37.0](https://github.com/Ombi-app/Ombi/compare/v4.36.1...v4.37.0) (2023-04-24) - - -### Features - -* Search by genre ([1837419](https://github.com/Ombi-app/Ombi/commit/18374198f9f2462ba85c5781b0fcc05892728b21)) - - - diff --git a/version.json b/version.json index 104dad135..b2e92c831 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "4.45.0" + "version": "4.45.1" }