Skip to content

Commit 857db87

Browse files
committed
Bump version number
1 parent 3aa5d00 commit 857db87

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## v1.0.2 - Jan 12, 2024
10+
11+
### Changed
12+
13+
* Fixed handling of tokens without issuer
14+
15+
916
## v1.0.1 - Oct 13, 2023
1017

1118
### Changed

qubes-yubioath-dom0.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
YUBI_QUBE='vault'
5+
VERSION='qubes-yubioath v1.0.2'
56

67

78
function get_id() {

qubes-yubioath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def main():
393393
'''
394394
Main method :)
395395
'''
396-
parser = argparse.ArgumentParser(description='''qubes-yubioath v1.0.0 - A rofi based yubikey OTP frontend for Qubes''')
396+
parser = argparse.ArgumentParser(description='''qubes-yubioath v1.0.2 - A rofi based yubikey OTP frontend for Qubes''')
397397
parser.add_argument('qube', help='qube to copy the credential to')
398398
parser.add_argument('--config', help='path to the configuration file')
399399
args = parser.parse_args()

0 commit comments

Comments
 (0)