diff --git a/CHANGELOG.md b/CHANGELOG.md index eb21c55..f67b130 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.0](https://github.com/jacobsvante/netsuite/compare/v0.12.0...v0.13.0) (2025-03-06) + + +### Features + +* remove py 3.8, it's EOL ([c8e858a](https://github.com/jacobsvante/netsuite/commit/c8e858ad7814f41483582ba978b5ce89fcaa279a)) + + +### Documentation + +* Added large file download and cache options ([#87](https://github.com/jacobsvante/netsuite/issues/87)) ([b1af9eb](https://github.com/jacobsvante/netsuite/commit/b1af9ebda242e4a63c2626684ff5f68065faf4b3)) +* minor documentation improvements ([f26f770](https://github.com/jacobsvante/netsuite/commit/f26f770305a7de6a9dee2ce6bead690fecd215db)) + ## [0.12.0](https://github.com/jacobsvante/netsuite/compare/v0.11.0...v0.12.0) (2024-03-01) diff --git a/pyproject.toml b/pyproject.toml index 518f9ba..cceeee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netsuite" -version = "0.12.0" +version = "0.13.0" description = "Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets" authors = ["Jacob Magnusson ", "Mike Bianco "] license = "MIT"