From 93a53086be59d63a02db1b90da92ded2405f4fb1 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:32:40 +0000 Subject: [PATCH] chore: update prlog for pr --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 9ed0b74..c7a6b74 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ✨ add config file support(pr [#72]) - ✨ introduce client configuration(pr [#73]) +- ✨ implement config builder pattern for ClientConfig(pr [#74]) ### Changed @@ -221,6 +222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#71]: https://github.com/jerus-org/cull-gmail/pull/71 [#72]: https://github.com/jerus-org/cull-gmail/pull/72 [#73]: https://github.com/jerus-org/cull-gmail/pull/73 +[#74]: https://github.com/jerus-org/cull-gmail/pull/74 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.9...HEAD [0.0.9]: https://github.com/jerus-org/cull-gmail/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/jerus-org/cull-gmail/compare/v0.0.7...v0.0.8