From 82ac2357d27c656b8583c32dfb40040030e462ae Mon Sep 17 00:00:00 2001 From: Tim Schwenke Date: Mon, 20 Feb 2023 15:17:43 +0100 Subject: [PATCH] chore: Prepare release v1.0.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99eb229..561467a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0), ## Unreleased +Nothing. + +## [1.0.2](https://github.com/trallnag/token2go-server/compare/v1.0.1...v1.0.2) / 2023-02-20 + ### Changed - Switched from MIT license to functionally equivalent ISC license. -- Remove Darwin and Windows binaries from GitHub release artifacts. +- Removed Darwin and Windows binaries from GitHub release artifacts. ## [1.0.1](https://github.com/trallnag/token2go-server/compare/v1.0.0...v1.0.1) / 2023-01-08