Skip to content

Commit 9dbfa98

Browse files
committed
prepare v1.1.1 release
1 parent beafd33 commit 9dbfa98

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
### 🐛 Bug Fixes
6+
7+
- fix wrapped response for `auth.token.create` ([GH-966](https://github.com/hvac/hvac/pull/966))
8+
39
## 1.1.0
410

511
### 📢 Deprecations / Announcements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hvac"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "HashiCorp Vault API client"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)