The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
* Add code scanning by @adamayoung in https://github.com/adamayoung/TMDb/pull/63
* FEATURE: Add configuration languages by @adamayoung in https://github.com/adamayoung/TMDb/pull/64
* FEATURE: Movie Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/65
* FEATURE: TV Show Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/66
* TEST: Add integration tests for Certifications, Configurations, Discover and Genres by @adamayoung in https://github.com/adamayoung/TMDb/pull/67
* DOC: Changed to Apple DocC to build documentation by @adamayoung in https://github.com/adamayoung/TMDb/pull/68
* DOCS: Documentation generation tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/69
* DOCS: Documentation workflow tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/70
* CONFIG: Use SwiftLint from Swift Package Plugin by @adamayoung in https://github.com/adamayoung/TMDb/pull/71
* FEATURE: Add Watch Provider Regions by @adamayoung in https://github.com/adamayoung/TMDb/pull/72
* FEATURE: Watch Providers for movies by @adamayoung in https://github.com/adamayoung/TMDb/pull/73
* FEATURE: Add TV Show Watch Providers by @adamayoung in https://github.com/adamayoung/TMDb/pull/74
* FEATURE: Add company details by @adamayoung in https://github.com/adamayoung/TMDb/pull/75
* Refactor Service protocols by @adamayoung in https://github.com/adamayoung/TMDb/pull/76
* Remove swiftlint SPM plugin by @adamayoung in https://github.com/adamayoung/TMDb/pull/77
* Update to Swift 5.7 by @adamayoung in https://github.com/adamayoung/TMDb/pull/78
* Update code scanning workflow by @adamayoung in https://github.com/adamayoung/TMDb/pull/79
* CONFIG: Updates to build by @adamayoung in https://github.com/adamayoung/TMDb/pull/83
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.1.0...9.0.0
## What's Changed
* Added codecov by @adamayoung in https://github.com/adamayoung/TMDb/pull/49
* Protocols refactor by @adamayoung in https://github.com/adamayoung/TMDb/pull/50
* Refactored APIClient by @adamayoung in https://github.com/adamayoung/TMDb/pull/51
* Update Readme and tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/52
* Add CodeClimate coverage by @adamayoung in https://github.com/adamayoung/TMDb/pull/53
* Remove CodeCov coverage reporting by @adamayoung in https://github.com/adamayoung/TMDb/pull/54
* Add Configuration Countries by @adamayoung in https://github.com/adamayoung/TMDb/pull/55
* Add configuration jobs by department by @adamayoung in https://github.com/adamayoung/TMDb/pull/56
* Tidy up by @adamayoung in https://github.com/adamayoung/TMDb/pull/57
* Remove Code Climate during CI builds by @adamayoung in https://github.com/adamayoung/TMDb/pull/61
* image and video language by @DannyCamenisch in https://github.com/adamayoung/TMDb/pull/58
* Fix code formatting issues by @adamayoung in https://github.com/adamayoung/TMDb/pull/62
* Add TV Episode Data and Images by @joeljfischer in https://github.com/adamayoung/TMDb/pull/60
## New Contributors
* @joeljfischer made their first contribution in https://github.com/adamayoung/TMDb/pull/60
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.0.1...8.1.0
## What's Changed
* FIXED: no content found by @DannyCamenisch in https://github.com/adamayoung/TMDb/pull/48
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/8.0.0...8.0.1
## What's Changed
* Add image URL builder and refactoring by @adamayoung in https://github.com/adamayoung/TMDb/pull/46
* Updated README for 8.0.0 by @adamayoung in https://github.com/adamayoung/TMDb/pull/47
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/7.1.0...8.0.0
## What's Changed
* Renamed TMDb class to TMDbAPI to avoid confusion with module name by @adamayoung in https://github.com/adamayoung/TMDb/pull/44
* Updated README by @adamayoung in https://github.com/adamayoung/TMDb/pull/45
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/7.0.0...7.1.0
## What's Changed
* CONFIG: Make tests run in parallel by @adamayoung in https://github.com/adamayoung/TMDb/pull/34
* CONFIG: GitHub workflow changes by @adamayoung in https://github.com/adamayoung/TMDb/pull/35
* FEATURE: Remove Combine and closure methods by @adamayoung in https://github.com/adamayoung/TMDb/pull/41
* HOUSEKEEPING: Remove VSCode directory and update gitignore by @adamayoung in https://github.com/adamayoung/TMDb/pull/42
* DOCUMENTATION: Update README by @adamayoung in https://github.com/adamayoung/TMDb/pull/43
**Full Changelog**: https://github.com/adamayoung/TMDb/compare/6.0.0...7.0.0
Added async/await support.
* Added support for Swift 5.5's async/await
* Added documentation to the models
Now Playing, Top Rated and Upcoming Movies
Added Linux compatibility