Skip to content

Commit f84262e

Browse files
committed
changelog and version bump
1 parent 5489b71 commit f84262e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.10.1] - 2024-05-08
4+
5+
### Added
6+
7+
* `rbw code` supports TOTP codes which use a SHA256 or SHA512 hash (Jonas, #172)
8+
9+
### Fixed
10+
11+
* Fix `rbw code` searching by UUID (Robert Günzler, #169)
12+
313
## [1.10.0] - 2024-04-20
414

515
### Added

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.10.0"
3+
version = "1.10.1"
44
authors = ["Jesse Luehrs <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)