diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfe2c0..3ea9eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2024-03-05 + +### Changed + +- Dependency updates and CI improvements ([#16]). + +[#16]: https://github.com/stackabletech/opa-bundle-builder/pull/16 + ## [1.1.0] - 2023-05-26 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 081dd42..cda8dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -authors = ["Stackable GmbH "] +authors = ["Stackable GmbH "] description = "Stackable Bundle Builder for OPA" edition = "2021" license = "OSL-3.0" name = "stackable-opa-bundle-builder" -repository = "https://github.com/stackabletech/opa-operator" -version = "1.0.0" +repository = "https://github.com/stackabletech/opa-bundle-builder" +version = "1.1.1" publish = false [dependencies]