From c8835946b45b8964b51955197b09150b2edbd3b5 Mon Sep 17 00:00:00 2001 From: Pulak Bhowmick <pulak.bhowmick@episerver.com> Date: Wed, 4 Oct 2023 23:54:31 +0600 Subject: [PATCH] chore: prepare for patch release 1.8.5 --- CHANGELOG.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b013d24f..ee49f751 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] Changes that have landed but are not yet released. +## [1.8.5] - October 5th, 2023 + +* Fixed a bug in the HTTP Requester logging. Now correct error message is logged. ([#374](https://github.com/optimizely/go-sdk/pull/374)) + ## [2.0.0-beta] - April 27th, 2023 ### New Features