diff --git a/.changes/1.9.0.md b/.changes/1.9.0.md new file mode 100644 index 000000000..3694ca72b --- /dev/null +++ b/.changes/1.9.0.md @@ -0,0 +1,5 @@ +## v.1.9.0 +### Added +* Snapshot support +### Fixed +* Fixed an issue when indexes would break on columns containing spaces diff --git a/.changes/unreleased/Added-20240912-162707.yaml b/.changes/unreleased/Added-20240912-162707.yaml deleted file mode 100644 index 2acee8b34..000000000 --- a/.changes/unreleased/Added-20240912-162707.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Snapshot support -time: 2024-09-12T16:27:07.67185+01:00 diff --git a/.changes/unreleased/Fixed-20240912-171349.yaml b/.changes/unreleased/Fixed-20240912-171349.yaml deleted file mode 100644 index b4f97c252..000000000 --- a/.changes/unreleased/Fixed-20240912-171349.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Fixed an issue when indexes would break on columns containing spaces -time: 2024-09-12T17:13:49.62438+01:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b9b2c69..c19b2be9c 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.0 +### Added +* Snapshot support +### Fixed +* Fixed an issue when indexes would break on columns containing spaces + ## v.1.8.3 ### Changed * Enabled tests that were disabled due to the feature gaps