Skip to content

Commit 6372dc5

Browse files
committed
bump: version 1.0.4 → 1.1.0
1 parent 5581efe commit 6372dc5

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.1.0 (2026-01-12)
2+
3+
### Feat
4+
5+
- support organizations renaming
6+
- Update issue templates
7+
8+
### Fix
9+
10+
- **logger**: make the response content of a failed api call available to an exception handler
11+
- **crypto**: fix raise DecryptError
12+
13+
### Refactor
14+
15+
- migrate to ruff-only linting
16+
117
## 1.0.4 (2025-06-16)
218

319
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-vaultwarden"
7-
version = "1.0.4"
7+
version = "1.1.0"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -145,7 +145,7 @@ plugins = [
145145
]
146146

147147
[tool.commitizen]
148-
version = "1.0.4"
148+
version = "1.1.0"
149149
tag_format = "$version"
150150
update_changelog_on_bump = true
151151
version_files = [

src/vaultwarden/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)