diff --git a/CHANGELOG.md b/CHANGELOG.md index 7223529..3f9977c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v1.3.0 ### Added - `dm system ai-engine show` and `dm system ai-engine set ` — view and diff --git a/pyproject.toml b/pyproject.toml index f4596bb..4545528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datamasque-cli" -version = "1.2.0" +version = "1.3.0" description = "Official command-line interface for the DataMasque data-masking platform." authors = [ { name = "DataMasque Ltd" }, diff --git a/uv.lock b/uv.lock index d864fa3..8eecdb6 100644 --- a/uv.lock +++ b/uv.lock @@ -141,7 +141,7 @@ wheels = [ [[package]] name = "datamasque-cli" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "datamasque-python" },