Skip to content

Commit

Permalink
chore: prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Aug 4, 2023
1 parent 2a0adbf commit 8d41548
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
12 changes: 11 additions & 1 deletion docs/changelog/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.0.0

_Not Released Yet_
_Released 2023 Aug 04_

#### Overview

OneTrickPony is a modern Java library that implements support for One-Time
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
with Java's module system. It has zero runtime dependencies on external
libraries. Built-In support is provided for the HOTP ([RFC 4226](https://www.rfc-editor.org/rfc/rfc4226))
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms.

This is a maintenance release only and does not contain any behavioral change.
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [1.0.0](1.0.0.md) (TBD; work in progress)
* 2023-02-05 [0.1.0](0.1.0.md) (latest)
* 2023-08-04 [1.0.0](1.0.0.md) (latest)
* 2023-02-05 [0.1.0](0.1.0.md)


This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).
17 changes: 17 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 1.0.0

_Released 2023 Aug 04_

#### Overview

OneTrickPony is a modern Java library that implements support for One-Time
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
with Java's module system. It has zero runtime dependencies on external
libraries. Built-In support is provided for the HOTP ([RFC 4226](https://www.rfc-editor.org/rfc/rfc4226))
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms.

This is a maintenance release only and does not contain any behavioral change.


---

### 0.1.0

_Released 2023 Feb 05_
Expand Down
8 changes: 5 additions & 3 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### 0.1.0
### 1.0.0

_Released 2023 Feb 05_
_Released 2023 Aug 04_

#### Overview

OneTrickPony is a modern Java library that implements support for One-Time
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
with Java's module system. It has zero runtime dependencies on external
libraries. Built-In support is provided for the HOTP ([RFC 4226](https://www.rfc-editor.org/rfc/rfc4226))
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms.
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms.

This is a maintenance release only and does not contain any behavioral change.

0 comments on commit 8d41548

Please sign in to comment.