diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f3e0a4..b4e9013 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f731a2a..ae63f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/PierreBeucher/novops/compare/v0.15.0...v0.16.0) (2024-07-06) + + +### Features + +* **hashi_vault:** authentication using Kubernetes, AppRole, JWT ([3361f88](https://github.com/PierreBeucher/novops/commit/3361f88a96775291866fb706416cd159d08c2302)) + ## [0.15.0](https://github.com/PierreBeucher/novops/compare/v0.14.0...v0.15.0) (2024-05-12) diff --git a/Cargo.lock b/Cargo.lock index 0897df2..ef660ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2451,7 +2451,7 @@ dependencies = [ [[package]] name = "novops" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 693b3f6..bd9e93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "novops" -version = "0.15.0" +version = "0.16.0" edition = "2021" [dependencies]