diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5c460..2430024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.2.0...HEAD) +## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v2.2.1...HEAD) ### Added @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [2.2.1](https://github.com/brooklyn-data/dbtenv/compare/v2.2.0...v2.2.1) + +### Added + +### Changed + +### Fixed +- Corrected versioning alignment between `dbtenv` and `dbtenv-dbt-alias` + ## [2.2.0](https://github.com/brooklyn-data/dbtenv/compare/v2.1.0...v2.2.0) ### Added diff --git a/dbtenv-dbt-alias/pyproject.toml b/dbtenv-dbt-alias/pyproject.toml index 28db6ca..230bc2f 100644 --- a/dbtenv-dbt-alias/pyproject.toml +++ b/dbtenv-dbt-alias/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbtenv-dbt-alias" -version = "2.2.0" +version = "2.2.1" description = "dbtenv, but additionally installs a 'dbt' executable that is functionally equivalent to aliasing the dbt command to 'dbtenv execute --'." authors = ["Brooklyn Data Co. "] keywords = ["dbt"] @@ -19,7 +19,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8" -dbtenv = "==2.2.0" +dbtenv = "==2.2.1" [tool.poetry.dev-dependencies] diff --git a/dbtenv/pyproject.toml b/dbtenv/pyproject.toml index 4101652..9607f55 100644 --- a/dbtenv/pyproject.toml +++ b/dbtenv/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbtenv" -version = "2.2.0" +version = "2.2.1" description = "dbtenv is a version manager for dbt, automatically installing and switching to the needed adapter and version of dbt." authors = ["Brooklyn Data Co. "] keywords = ["dbt"]