From 51cea7c818364bedca9626a224c7c55d390ecbbc Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Thu, 20 May 2021 09:27:51 -0700 Subject: [PATCH] Update CHANGELOG with latest changes --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af532a756..7cd1912cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ A breaking change will get clearly marked in this log. ## Unreleased + +## [v8.2.1](https://github.com/stellar/js-stellar-sdk/compare/v8.2.0...v8.2.1) + +### Fix +- A defunct query paramater (`?c=[...]`) has been removed now that Horizon properly sends Cache-Control headers [(#652)](https://github.com/stellar/js-stellar-sdk/pull/652). + + ## [v8.2.0](https://github.com/stellar/js-stellar-sdk/compare/v8.1.1...v8.2.0) ### Add diff --git a/package.json b/package.json index 5634f2222..e8793003f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-sdk", - "version": "8.2.0", + "version": "8.2.1", "description": "stellar-sdk is a library for working with the Stellar Horizon server.", "main": "./lib/index.js", "types": "./lib/index.d.ts",