From e10550c99523b6e6a4826b9bf5c625814f266aec Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Thu, 7 Mar 2024 22:33:58 +0100 Subject: [PATCH] changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c0209da..71bbe7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.4.1] - 2024-03-07 +### Fixed +- Expired token error handling ([#17](https://github.com/pepkit/pephubclient/issues/17)) + ## [0.4.0] - 2024-02-12 ### Added - a parameter that points to where peps should be saved ([#32](https://github.com/pepkit/pephubclient/issues/32))