Skip to content

Commit 8dd58ad

Browse files
committed
bump: version 1.0.1rc1 → 1.0.1rc2
1 parent 53d4393 commit 8dd58ad

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.1rc2 (2024-08-14)
2+
3+
### Fix
4+
5+
- **org-invite**: fix organization invitte payload
6+
- **cipher-collections**: fix method changing collections of a cipher
7+
18
## 1.0.1rc1 (2024-08-12)
29

310
### 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.1rc1"
7+
version = "1.0.1rc2"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -141,7 +141,7 @@ no_implicit_optional = true
141141
show_error_codes = true
142142

143143
[tool.commitizen]
144-
version = "1.0.1rc1"
144+
version = "1.0.1rc2"
145145
tag_format = "$version"
146146
update_changelog_on_bump = true
147147
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.1rc1"
1+
__version__ = "1.0.1rc2"

0 commit comments

Comments
 (0)