diff --git a/CHANGELOG.md b/CHANGELOG.md index 38794cf..476f6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.7](https://github.com/timvw/qv/compare/v0.9.6...v0.9.7) - 2024-04-13 + +### Fixed +- *(deps)* update aws-sdk-rust monorepo ([#112](https://github.com/timvw/qv/pull/112)) +- *(deps)* update rust crate aws-sdk-glue to 1.24 ([#111](https://github.com/timvw/qv/pull/111)) +- *(deps)* update rust crate aws-sdk-glue to 1.23 + ## [0.9.6](https://github.com/timvw/qv/compare/v0.9.5...v0.9.6) - 2024-03-30 ### Other diff --git a/Cargo.toml b/Cargo.toml index a47613e..696dd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qv" description = "quickly view your data" -version = "0.9.6" +version = "0.9.7" edition = "2021" homepage = "https://github.com/timvw/qv" repository = "https://github.com/timvw/qv"