diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b12db5..f59f84d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.8.0](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.2...v1.8.0) (2024-06-02) + + +### Features + +* Ability to configure repo Collaborators (teams + users) ([#232](https://github.com/andrewthetechie/gha-repo-manager/issues/232)) ([1bd6d38](https://github.com/andrewthetechie/gha-repo-manager/commit/1bd6d382c795e30990b71a202981e40c4cde323a)) +* Pydantic 2.7.1 PR ([#225](https://github.com/andrewthetechie/gha-repo-manager/issues/225)) ([c1e014a](https://github.com/andrewthetechie/gha-repo-manager/commit/c1e014adcf31bafbcd7b29087ebd4e4a4b052ee0)) + + +### Bug Fixes + +* pydantic 2 fixes ([#237](https://github.com/andrewthetechie/gha-repo-manager/issues/237)) ([252c43a](https://github.com/andrewthetechie/gha-repo-manager/commit/252c43af4de68f15ebfb70ef7292bd10b4cc0b6c)) + ## [1.7.2](https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.1...v1.7.2) (2023-10-06) diff --git a/action.yml b/action.yml index 084e6c81..d10d1374 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ outputs: description: "Diff of this action, dumped to a json string" runs: using: "docker" - image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.2" # x-release-please-version + image: "docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.8.0" # x-release-please-version branding: icon: "settings" color: "blue" diff --git a/pyproject.toml b/pyproject.toml index d9fa9a7b..64c82f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gha-repo-manager" -version = "1.7.2" +version = "1.8.0" description = "Manage your Github repo(s) settings and secrets using Github Actions and a yaml file" authors = ["Andrew Herrington "] license = "MIT"