From 05b995ea753efe2b4b54f40c875d08b894c9cc5b Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:29:11 -0400 Subject: [PATCH 1/2] bump version to 2.3.0 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c103c16b7..252b322c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,9 +16,9 @@ author = "Ian Unruh, Jeffrey Hogan" # The short X.Y version -version = "2.2.0" +version = "2.3.0" # The full version, including alpha/beta/rc tags -release = "2.2.0" +release = "2.3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3dbbd1def..244756b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hvac" -version = "2.2.0" +version = "2.3.0" description = "HashiCorp Vault API client" readme = "README.md" authors = [ From c775e7cb25da4e6f93d36a03ff4def8ed992044e Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:38:17 -0400 Subject: [PATCH 2/2] update changelog for v2.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ada6073..8f681e7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.3.0 + +### 🚀 Features + +- Implement the /sys/wrapping/wrap endpoint ([GH-1172](https://github.com/hvac/hvac/pull/1172)) +- add support for Vault Raft auto-snapshot endpoints. ([GH-1169](https://github.com/hvac/hvac/pull/1169)) + +### 🧰 Miscellaneous + +- Dependencies/security updates ([GH-1174](https://github.com/hvac/hvac/pull/1174)) +- update artifact actions to v4 ([GH-1173](https://github.com/hvac/hvac/pull/1173)) + ## 2.2.0 ### 📢 Deprecations / Announcements