diff --git a/CHANGELOG.md b/CHANGELOG.md index 38794cf..f5c50a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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-23 + +### Fixed +- *(deps)* update rust crate aws-sdk-glue to 1.27 ([#115](https://github.com/timvw/qv/pull/115)) +- *(deps)* update rust crate aws-sdk-glue to 1.26 ([#113](https://github.com/timvw/qv/pull/113)) +- *(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 67f6888..18b9afa 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"