From 4773a176aec3fed0733493d52e96ce990c1d905f Mon Sep 17 00:00:00 2001 From: ohad bitton <32278684+ohadbitt@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:26:05 +0300 Subject: [PATCH] Update CHANGELOG.md (#271) * Update CHANGELOG.md * f --------- Co-authored-by: Ohad Bitton --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf704aa3..dd282dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Not released +## [5.2.1] - 2023-08-22 + +### Fixed - Avoid node headers in browser (Accept-Encoding, Connection) +- Remove dependency on crypto browserify + +### Added + +- sample app for browser auth and run from react vite +- Export from index.ts more classes that are exposed to user ## [5.2.0] - 2023-07-18