diff --git a/CHANGELOG.md b/CHANGELOG.md index eb21c55..947782a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/jacobsvante/netsuite/compare/v0.12.0...v0.12.1) (2024-11-16) + + +### Documentation + +* Added large file download and cache options ([#87](https://github.com/jacobsvante/netsuite/issues/87)) ([b1af9eb](https://github.com/jacobsvante/netsuite/commit/b1af9ebda242e4a63c2626684ff5f68065faf4b3)) + ## [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 597c43b..5e4624e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netsuite" -version = "0.12.0" +version = "0.12.1" description = "Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets" authors = ["Jacob Magnusson ", "Mike Bianco "] license = "MIT"