diff --git a/CHANGELOG.md b/CHANGELOG.md index 4534224..f11498f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.7] - 2024-08-12 +### Add +- Set recovery method for embedded signer + ## [0.8.6] - 2024-07-29 ### Fix - Singleton iframe Manager diff --git a/examples/apps/auth-sample/package.json b/examples/apps/auth-sample/package.json index c8fa0ce..084d2a2 100644 --- a/examples/apps/auth-sample/package.json +++ b/examples/apps/auth-sample/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@heroicons/react": "^2.0.13", - "@openfort/openfort-js": "0.8.6", + "@openfort/openfort-js": "0.8.7", "@openfort/openfort-node": "^0.6.62", "@radix-ui/react-toast": "^1.1.2", "@rainbow-me/rainbowkit": "^2.1.1",