From 97d698d8efceb4920d5d78782b55ae57c3184853 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Wed, 2 Oct 2024 14:20:03 -0700 Subject: [PATCH] chore: update ChangeLog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10142cc..6b0474a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog -## 1.0.0 - (2024-08-26) +## 1.0.1 (2024-09-27) + +## Fixes + +- inject auth info to appsync handshake headers ([#22](https://github.com/aws-amplify/aws-appsync-apollo-extensions-swift/pull/22)) + +## 1.0.0 (2024-09-10) ### Features + - Add heart beat monitor to AppSyncRTC. ([#1](https://github.com/aws-amplify/aws-appsync-apollo-extensions-swift/pull/1)) - Add user-agent header to GraphQL requests. ([#2](https://github.com/aws-amplify/aws-appsync-apollo-extensions-swift/pull/2)) - Initial implementation and tests. ### Fixes + - Rename to Extensions. ([#3](https://github.com/aws-amplify/aws-appsync-apollo-extensions-swift/pull/3)) - Add more info to user-agent header. ([#5](https://github.com/aws-amplify/aws-appsync-apollo-extensions-swift/pull/5))