diff --git a/CHANGELOG.md b/CHANGELOG.md index 8028e051..d7694204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.9.4] - 2023-04-03 + +### Changed + +- S3: Now it is possible to forward the aws `session_token` to s3fs reader. + ## [0.9.3] - 2023-03-30 ### Fixed @@ -110,6 +116,7 @@ - Initial version, showtime! +[0.9.4]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.9.4 [0.9.3]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.9.3 [0.9.0]: https://github.com/ToucanToco/peakina/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/ToucanToco/peakina/compare/v0.8.3...v0.8.4 diff --git a/pyproject.toml b/pyproject.toml index 518c222e..63bf3f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.3" +version = "0.9.4" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"