diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d2d68ab..3750e283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.17" + ".": "0.7.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f6faad45..9b11c3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.7.18](https://github.com/openfga/cli/compare/v0.7.17...v0.7.18) (2026-07-13) + + +### Fixed + +* publish distroless Docker image with dockers v2 ([#716](https://github.com/openfga/cli/issues/716)) ([e39700a](https://github.com/openfga/cli/commit/e39700a4c2aabfc026af1a40045b183b78ca2541)) + +### Changed + +* bump `github.com/openfga/language/pkg/go` from 0.3.0 to 0.3.1 ([042151f](https://github.com/openfga/cli/commit/042151fb16d75d91bd45a36666f6f6239b833809)) + ## [0.7.17](https://github.com/openfga/cli/compare/v0.7.16...v0.7.17) (2026-06-23) ### Changed