From ea28049294b8c547b327decc30d60184485a5e14 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:30:05 +0100 Subject: [PATCH] release 1.1.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) 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]