diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbb7985..13f0d8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Fixed + + +## [0.7.2] - 2024-04-12 +### Changed + +### Added + ### Fixed - partiql-types: Fixed handling of struct fields to be resilient to field order w.r.t. equality and hashing @@ -228,8 +236,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PartiQL Playground proof of concept (POC) - PartiQL CLI with REPL and query visualization features -[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.1...HEAD -[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0 +[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.2 +[0.7.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.1 [0.7.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.7.0 [0.6.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.6.0 [0.5.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.5.0