From 40e751f78248ec0cfa957e78def00c265b8a3dbe Mon Sep 17 00:00:00 2001 From: Robert Leonard Date: Tue, 23 Aug 2022 07:45:12 -0400 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a345f6..57ab594 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P ## Changelog -### 0.1.9 +### 0.1.10 + +- Added new methods `fetchJwtToken` and `decodeJwtToken` to Typescript sdk that generates a jwt token from a scan node +- Added new method `fetch_Jwt_token` and `decode_Jwt_token` to Python sdk that generate a jwt token from a scan node + +### [0.1.9](https://github.com/forta-network/forta-bot-sdk/commit/d650c748f78d328c548d382c05e44551aeb62fb3) - Use forta ipfs node for `info` command - Added new method `getAlerts` to Typescript sdk to that fetches alerts using forta's alert graphql api