diff --git a/.changes/1.9.1.md b/.changes/1.9.1.md new file mode 100644 index 000000000..adceaa410 --- /dev/null +++ b/.changes/1.9.1.md @@ -0,0 +1,5 @@ +## v.1.9.1 +### Added +* Added ability to specify where clause in config for COPY FROM command +### Changed +* Allow aggregating indexes without key columns to be specified. diff --git a/.changes/unreleased/Added-20240918-180154.yaml b/.changes/unreleased/Added-20240918-180154.yaml deleted file mode 100644 index 757e2b25f..000000000 --- a/.changes/unreleased/Added-20240918-180154.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Added ability to specify where clause in config for COPY FROM command -time: 2024-09-18T18:01:54.377992+01:00 diff --git a/.changes/unreleased/Changed-20250115-095239.yaml b/.changes/unreleased/Changed-20250115-095239.yaml deleted file mode 100644 index a74a5e896..000000000 --- a/.changes/unreleased/Changed-20250115-095239.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Allow aggregating indexes without key columns to be specified. -time: 2025-01-15T09:52:39.233654Z diff --git a/CHANGELOG.md b/CHANGELOG.md index c19b2be9c..0dcefedf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v.1.9.1 +### Added +* Added ability to specify where clause in config for COPY FROM command +### Changed +* Allow aggregating indexes without key columns to be specified. + ## v.1.9.0 ### Added * Snapshot support