diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0bcfb25..612586e 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -16,6 +16,22 @@ - `Contributor` (notes on updates to the project) # Version History +## v1.5.1 +Date: 2024.08.27 + +### Fixed +* Fix BoxScoreTraditionalV3 API Bug(some game stats starters and bench is None, cause 'NoneType' object has no attribute 'values') by @XatMassacrE in https://github.com/swar/nba_api/pull/458 + +### Changed +* Bump idna from 3.4 to 3.7 by @dependabot in https://github.com/swar/nba_api/pull/438 +* Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/swar/nba_api/pull/443 +* Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in https://github.com/swar/nba_api/pull/454 +* updated static players file by @rsforbes in https://github.com/swar/nba_api/pull/460 + +### Security +* updated requests to use version ^2.32.2 by @rsforbes in https://github.com/swar/nba_api/pull/459 + +**Full Changelog**: https://github.com/swar/nba_api/compare/v1.5.0...v1.5.1 ## v1.5.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3c657f9..e657728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nba_api" -version = "1.5.0" +version = "1.5.1" description = "An API Client package to access the APIs for NBA.com" license = "MIT" authors = [