Skip to content

Commit

Permalink
chore(release): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 8, 2024
1 parent 36e85c8 commit 3cb2167
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.2](https://github.com/replydev/cotp/compare/v1.7.1...v1.7.2) (2024-07-08)


### Bug Fixes

* manipulate secret case by otp_type ([1bcfb17](https://github.com/replydev/cotp/commit/1bcfb172c32bfeacb1b1eabe45f10474fe67866c))
* use builder pattern to build and validate OTPElement ([75242c3](https://github.com/replydev/cotp/commit/75242c3dd6cddd9e95fdce4ab0016fdec2ae73d3))

## [1.7.1](https://github.com/replydev/cotp/compare/v1.7.0...v1.7.1) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cotp"
version = "1.7.1"
version = "1.7.2"
authors = ["replydev <commoncargo@tutanota.com>"]
edition = "2021"
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
Expand Down

0 comments on commit 3cb2167

Please sign in to comment.