diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 949ce4c..0451499 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/.gitignore b/.gitignore index ae2043b..722f877 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ dist .DS_Store .pyc + diff --git a/CHANGELOG.md b/CHANGELOG.md index b69c4ee..b3c8e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/fluencelabs/nox-distro/compare/distro-v0.2.2...distro-v0.2.3) (2023-09-06) + + +### Bug Fixes + +* **deps:** Update Nox to 0.14.3 ([4ebf4ec](https://github.com/fluencelabs/nox-distro/commit/4ebf4ec74e0e868b10582f18a33ab50607da6344)) + ## [0.2.2](https://github.com/fluencelabs/nox-distro/compare/distro-v0.2.1...distro-v0.2.2) (2023-09-05)