Skip to content

Commit c2216a7

Browse files
chore: prepare 1.0.0 release
1 parent 967174f commit c2216a7

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

docs/changelog/1.0.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.

docs/changelog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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

1111
This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).

docs/changelog/full.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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_

docs/changelog/latest.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
### 0.1.0
1+
### 1.0.0
22

3-
_Released 2023 Feb 05_
3+
_Released 2023 Aug 04_
44

55
#### Overview
66

77
OneTrickPony is a modern Java library that implements support for One-Time
88
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
99
with Java's module system. It has zero runtime dependencies on external
1010
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.
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.

0 commit comments

Comments
 (0)