diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 6aa187e..3693e6f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} +{".":"2.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d487c..f144108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.1](https://github.com/ansible-community/molecule-hetznercloud/compare/2.1.0...2.1.1) (2024-02-09) + + +### Dependencies + +* update actions/checkout action to v4 ([#72](https://github.com/ansible-community/molecule-hetznercloud/issues/72)) ([2fa22da](https://github.com/ansible-community/molecule-hetznercloud/commit/2fa22dab049df676d6b5b6875f7ead5788aeb3f9)) +* update actions/download-artifact action to v4 ([#75](https://github.com/ansible-community/molecule-hetznercloud/issues/75)) ([3fcac53](https://github.com/ansible-community/molecule-hetznercloud/commit/3fcac536fd42ed0bd3e2cd3d6a7c40403cabf761)) +* update actions/setup-python action to v5 ([#76](https://github.com/ansible-community/molecule-hetznercloud/issues/76)) ([0e5bf2b](https://github.com/ansible-community/molecule-hetznercloud/commit/0e5bf2bd691e7de459a17522dfa354f282380170)) +* update actions/upload-artifact action to v4 ([#77](https://github.com/ansible-community/molecule-hetznercloud/issues/77)) ([5d6a23d](https://github.com/ansible-community/molecule-hetznercloud/commit/5d6a23d6f2d95136cbe5e63d67540939e870af1b)) +* update codecov/codecov-action action to v4 ([#80](https://github.com/ansible-community/molecule-hetznercloud/issues/80)) ([bbbfd24](https://github.com/ansible-community/molecule-hetznercloud/commit/bbbfd240ca6405080b03f45ca29e80a9903ce610)) +* update pypa/gh-action-pypi-publish action to v1.8.11 ([#71](https://github.com/ansible-community/molecule-hetznercloud/issues/71)) ([d9ef66e](https://github.com/ansible-community/molecule-hetznercloud/commit/d9ef66ee5a64741fef5d45350738677a6902c47c)) + ## [2.1.0](https://github.com/ansible-community/molecule-hetznercloud/compare/2.0.0...2.1.0) (2024-02-02) diff --git a/molecule_hetznercloud/_version.py b/molecule_hetznercloud/_version.py index 4e4565f..0dbaa6b 100644 --- a/molecule_hetznercloud/_version.py +++ b/molecule_hetznercloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "2.1.0" # x-release-please-version +__version__ = "2.1.1" # x-release-please-version