From b8a1e5e3962f25e53568be822a2c7dcbe8a81ff7 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 22 Aug 2023 17:41:35 +0530 Subject: [PATCH 1/2] Add changelog --- doc/SDK-CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/SDK-CHANGELOG.md b/doc/SDK-CHANGELOG.md index 83351c0a..836a1f44 100644 --- a/doc/SDK-CHANGELOG.md +++ b/doc/SDK-CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [v0.1.6] - 2023-08-22 + +### Changed + +- Pass `isReadonly: true` in `Client.startWithAuthData` to disable uploading OTKs. + ## [v0.1.5] - 2023-08-10 From 1363666c4e9a662cd6c80b249bb8a6f3ec53ad98 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 22 Aug 2023 17:41:48 +0530 Subject: [PATCH 2/2] Increment version in package.json --- scripts/sdk/base-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sdk/base-manifest.json b/scripts/sdk/base-manifest.json index 3cb2eb29..064bf253 100644 --- a/scripts/sdk/base-manifest.json +++ b/scripts/sdk/base-manifest.json @@ -1,7 +1,7 @@ { "name": "hydrogen-view-sdk", "description": "Embeddable matrix client library, including view components", - "version": "0.1.5", + "version": "0.1.6", "main": "./lib-build/hydrogen.cjs.js", "exports": { ".": {