diff --git a/.changes/1.4.4.md b/.changes/1.4.4.md new file mode 100644 index 000000000..d608a6322 --- /dev/null +++ b/.changes/1.4.4.md @@ -0,0 +1,6 @@ +## v.1.4.4 +### Added +* Ability to connect to new and old Firebolt +### Fixed +* Error message on schema mismatch now shows the exact mismatch +* Refactored deprecated error message parsing diff --git a/.changes/unreleased/Added-20231204-143652.yaml b/.changes/unreleased/Added-20231204-143652.yaml deleted file mode 100644 index 059cc0bbd..000000000 --- a/.changes/unreleased/Added-20231204-143652.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Ability to connect to new and old Firebolt -time: 2023-12-04T14:36:52.025965Z diff --git a/.changes/unreleased/Fixed-20230504-095842.yaml b/.changes/unreleased/Fixed-20230504-095842.yaml deleted file mode 100644 index e6994b54b..000000000 --- a/.changes/unreleased/Fixed-20230504-095842.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Error message on schema mismatch now shows the exact mismatch -time: 2023-05-04T09:58:42.125493+01:00 diff --git a/.changes/unreleased/Fixed-20230504-110400.yaml b/.changes/unreleased/Fixed-20230504-110400.yaml deleted file mode 100644 index 50c93ff93..000000000 --- a/.changes/unreleased/Fixed-20230504-110400.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Refactored deprecated error message parsing -time: 2023-05-04T11:04:00.263746+01:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c675dc0..381eed216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v.1.4.4 +### Added +* Ability to connect to new and old Firebolt +### Fixed +* Error message on schema mismatch now shows the exact mismatch +* Refactored deprecated error message parsing + ## v.1.4.3 ### Fixed * Incorrect column resolution when using get_columns_in_relation macro