From 8a4d83384d13d4f4d7bceb08c10b20422349ac28 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Mon, 8 May 2023 21:08:57 +0200 Subject: [PATCH] update changes --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 32624300..c9f7986e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Change Log +## Version 0.0.3 + +**08.05.2023** + +* add GHA workflow to create release on tag creation by @roj1512 in https://github.com/MarshalX/atproto/pull/1 +* Add notifications example by @MarshalX in https://github.com/MarshalX/atproto/pull/2 +* simplify and fix process_notifications example by @MarshalX in https://github.com/MarshalX/atproto/pull/4 +* add ability to access to model's fields by [] by @MarshalX in https://github.com/MarshalX/atproto/pull/5 +* add deserialization of records by @MarshalX in https://github.com/MarshalX/atproto/pull/6 +* add home_timeline and profile_posts examples by @MarshalX in https://github.com/MarshalX/atproto/pull/7 +* publish package with OpenID Connect by @MarshalX in https://github.com/MarshalX/atproto/pull/8 +* bump version to 0.0.3 by @MarshalX in https://github.com/MarshalX/atproto/pull/9 + ## Version 0.0.2 **06.05.2023**