File tree Expand file tree Collapse file tree 4 files changed +35
-6
lines changed
Expand file tree Collapse file tree 4 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 11### 1.0.0
22
3- _ Not Released Yet_
3+ _ Released 2023 Aug 04_
4+
5+ #### Overview
6+
7+ OneTrickPony is a modern Java library that implements support for One-Time
8+ Passwords (OTPs). The library requires Java 11 or later and is fully compatible
9+ with Java's module system. It has zero runtime dependencies on external
10+ libraries. Built-In support is provided for the HOTP ([ RFC 4226] ( https://www.rfc-editor.org/rfc/rfc4226 ) )
11+ and TOTP ([ RFC 6238] ( https://www.rfc-editor.org/rfc/rfc6238 ) ) algorithms.
12+
13+ This is a maintenance release only and does not contain any behavioral change.
Original file line number Diff line number Diff line change 44
55### Version History
66
7- * ????-??-?? [ 1.0.0] ( 1.0.0.md ) (TBD; work in progress )
8- * 2023-02-05 [ 0.1.0] ( 0.1.0.md ) (latest)
7+ * 2023-08-04 [ 1.0.0] ( 1.0.0.md ) (latest )
8+ * 2023-02-05 [ 0.1.0] ( 0.1.0.md )
99
1010
1111This library is strictly following [ SemVer 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ ### 1.0.0
2+
3+ _ Released 2023 Aug 04_
4+
5+ #### Overview
6+
7+ OneTrickPony is a modern Java library that implements support for One-Time
8+ Passwords (OTPs). The library requires Java 11 or later and is fully compatible
9+ with Java's module system. It has zero runtime dependencies on external
10+ libraries. Built-In support is provided for the HOTP ([ RFC 4226] ( https://www.rfc-editor.org/rfc/rfc4226 ) )
11+ and TOTP ([ RFC 6238] ( https://www.rfc-editor.org/rfc/rfc6238 ) ) algorithms.
12+
13+ This is a maintenance release only and does not contain any behavioral change.
14+
15+
16+ ---
17+
118### 0.1.0
219
320_ Released 2023 Feb 05_
Original file line number Diff line number Diff line change 1- ### 0.1 .0
1+ ### 1.0 .0
22
3- _ Released 2023 Feb 05 _
3+ _ Released 2023 Aug 04 _
44
55#### Overview
66
77OneTrickPony is a modern Java library that implements support for One-Time
88Passwords (OTPs). The library requires Java 11 or later and is fully compatible
99with Java's module system. It has zero runtime dependencies on external
1010libraries. Built-In support is provided for the HOTP ([ RFC 4226] ( https://www.rfc-editor.org/rfc/rfc4226 ) )
11- and TOTP ([ RFC 6238] ( https://www.rfc-editor.org/rfc/rfc6238 ) ) algorithms.
11+ and TOTP ([ RFC 6238] ( https://www.rfc-editor.org/rfc/rfc6238 ) ) algorithms.
12+
13+ This is a maintenance release only and does not contain any behavioral change.
You can’t perform that action at this time.
0 commit comments