From e4e48ecf3e029248eee9d972958c062237b421c0 Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Thu, 17 Mar 2022 12:57:52 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c1749..7525d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Dropped support for Homebrew. - Previously created environments through dbtenv cannot be used, and will be recreated by dbtenv at the adapter-version level. -- dbtenv's default behaviour is not to install missing dbt adapter versions automatically. It can be disabled by setting the `DBTENV_AUTO_INSTALL` environment variable to `false`. +- dbtenv's default behaviour is to install missing dbt adapter versions automatically. It can be disabled by setting the `DBTENV_AUTO_INSTALL` environment variable to `false`. ### Fixed