diff --git a/docs/changelog.md b/docs/changelog.md index 491b2e4..b64d39d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,20 +4,20 @@ title: ChangeLog nav_order: 7 --- -# v0.9.1 +# v0.9.2 +### Radarr Bug Fix +- API Calls + - getMovie -## Minor Feature -### Radarr +# v0.9.1 +### Radarr New Features - API Calls - delMovie -# v0.9.0 - -## New Features - -### Sonarr +# v0.9.0 +### Sonarr New Features - API Calls - getWanted - getLogs @@ -26,22 +26,16 @@ nav_order: 7 - getBackups - delQueue -# v0.8.0 - -## New Features +# v0.8.0 - Updated docs - -### Radarr - +### Radarr New Features - API Calls - getQueue - delQueue - getQualityProfiles - getHistory - -### Sonarr - +### Sonarr New Features - API Calls - getEpisodesBySeriesId - getEpisodeByEpisodeId @@ -54,24 +48,17 @@ nav_order: 7 - getQualityProfiles - getHistory -# v0.7.0 - -## New Features - -### Radarr Specific +# v0.7.0 +### Radarr New Features - API Calls - getSystemStatus -# v0.6.0 - -## New Features +# v0.6.0 - Documentation Added - Uploaded to PyPi - -### Radarr Specific - +### Radarr New Features - API Calls - getCalendar - getRoot diff --git a/pyproject.toml b/pyproject.toml index 85e9232..98deb68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArr" -version = "0.9.1" +version = "0.9.2" description = "A Sonarr and Radarr API Wrapper" authors = ["Steven Marks "] license = "MIT"