From 7906a17cd9faff7c5fff8a723b687c6cc43126b0 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Fri, 18 Aug 2023 16:16:17 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555da45..356bb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD + +## [0.1.0-alpha1] - 2023-08-18 ### Added - `Client` implementation, with tests (#1).