diff --git a/CHANGELOG.md b/CHANGELOG.md index eec30bb..0bc91a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [13.0.1](https://github.com/pacman82/arrow-odbc/compare/v13.0.0...v13.0.1) - 2024-11-20 + +### Fixed + +- Timestamps with fractional seconds now work even if they are older than unix epoch. + +### Other + +- setup release-plz +- use uppercase for changelog +- Update thiserror requirement from 1.0.65 to 2.0.0 + ## 13.0.0 * Update odbc-api `>= 6, < 9` -> `>= 9, < 10` diff --git a/Cargo.toml b/Cargo.toml index c7910cb..8d2f82b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow-odbc" -version = "13.0.0" +version = "13.0.1" authors = ["Markus Klein"] edition = "2021" license = "MIT"