Skip to content

Commit 163eb49

Browse files
committed
changelog and version bump
1 parent 1f47af4 commit 163eb49

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.12.0] - 2024-07-28
4+
5+
*NOTE: If you were affected by issue #163 (getting messages like `failed to
6+
decrypt encrypted secret: invalid mac` when doing any operations on your
7+
vault), you will need to `rbw sync` after upgrading in order to update your
8+
local vault with the necessary new data.*
9+
10+
### Fixed
11+
12+
* Support decrypting entries encrypted with invididual item encryption keys,
13+
which are now generated by default from the official Bitwarden clients.
14+
(#163)
15+
* Correctly handle lowercased and padded base32 TOTP secrets. (owl, #189)
16+
* Make locking agent memory to RAM optional, since it appears to not always
17+
be available. (#143)
18+
319
## [1.11.1] - 2024-06-26
420

521
### Fixed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rbw"
3-
version = "1.11.1"
3+
version = "1.12.0"
44
authors = ["Jesse Luehrs <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)