diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd9c8a..2e49624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v2.2.0...v3.0.0) (2024-01-05) + + +### ⚠ BREAKING CHANGES + +* use cephadm support ([#15](https://github.com/vexxhost/ansible-collection-ceph/issues/15)) + +### Bug Fixes + +* grant proper permissioins to gh token ([#21](https://github.com/vexxhost/ansible-collection-ceph/issues/21)) ([5ee3574](https://github.com/vexxhost/ansible-collection-ceph/commit/5ee3574fc392a254bed3345b74deefbdf6c217ee)) + + +### Code Refactoring + +* use cephadm support ([#15](https://github.com/vexxhost/ansible-collection-ceph/issues/15)) ([a6113f8](https://github.com/vexxhost/ansible-collection-ceph/commit/a6113f8e1632ee0809836960f2a95563105785c0)) + ## [2.2.0](https://github.com/vexxhost/ansible-collection-ceph/compare/v2.1.0...v2.2.0) (2023-10-18) diff --git a/galaxy.yml b/galaxy.yml index 32ba6ec..3effc70 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: vexxhost name: ceph -version: 2.2.0 # x-release-please-version +version: 3.0.0 # x-release-please-version readme: README.md authors: - Mohammed Naser