diff --git a/Cargo.lock b/Cargo.lock index 423c56b7..b5c5f864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,7 +2051,7 @@ dependencies = [ [[package]] name = "timescaledb_toolkit" -version = "1.13.0" +version = "1.13.1" dependencies = [ "aggregate_builder", "approx 0.4.0", diff --git a/Changelog.md b/Changelog.md index c12a8ee4..5e5fd6a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ This changelog should be updated as part of a PR if the work is worth noting (most of them should be). If unsure, always add an entry here for any PR targeted for the next release. It's easier to remove than add an entry at final review time for the next release. -## Next Release (Date TBD) +## [1.13.1](https://github.com/timescale/timescaledb-toolkit/releases/tag/1.13.1) (2023-01-03) **Full Changelog**: diff --git a/extension/Cargo.toml b/extension/Cargo.toml index 288996d8..8002efd4 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timescaledb_toolkit" -version = "1.13.0" +version = "1.13.1" edition = "2021" [lib]