Skip to content

Commit 3cb2167

Browse files
chore(release): 1.7.2 [skip ci]
## [1.7.2](v1.7.1...v1.7.2) (2024-07-08) ### Bug Fixes * manipulate secret case by otp_type ([1bcfb17](1bcfb17)) * use builder pattern to build and validate OTPElement ([75242c3](75242c3))
1 parent 36e85c8 commit 3cb2167

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.7.2](https://github.com/replydev/cotp/compare/v1.7.1...v1.7.2) (2024-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* manipulate secret case by otp_type ([1bcfb17](https://github.com/replydev/cotp/commit/1bcfb172c32bfeacb1b1eabe45f10474fe67866c))
7+
* use builder pattern to build and validate OTPElement ([75242c3](https://github.com/replydev/cotp/commit/75242c3dd6cddd9e95fdce4ab0016fdec2ae73d3))
8+
19
## [1.7.1](https://github.com/replydev/cotp/compare/v1.7.0...v1.7.1) (2024-06-19)
210

311

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cotp"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
authors = ["replydev <commoncargo@tutanota.com>"]
55
edition = "2021"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."

0 commit comments

Comments
 (0)