diff --git a/.changes/1.8.2.md b/.changes/1.8.2.md new file mode 100644 index 00000000..01d2c659 --- /dev/null +++ b/.changes/1.8.2.md @@ -0,0 +1,5 @@ +## dbt-postgres 1.8.2 - June 20, 2024 + +### Fixes + +* Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME (restores previous behavior) diff --git a/.changes/unreleased/Fixes-20240605-202614.yaml b/.changes/unreleased/Fixes-20240605-202614.yaml deleted file mode 100644 index b7ab8eb0..00000000 --- a/.changes/unreleased/Fixes-20240605-202614.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME - (restores previous behavior) -time: 2024-06-05T20:26:14.801254-04:00 -custom: - Author: mikealfare - Issue: "96" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be863e0..fc606734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-postgres 1.8.2 - June 20, 2024 + +### Fixes + +* Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME (restores previous behavior) + ## dbt-postgres 1.8.1 - May 23, 2024 ### Fixes