From 5b9fa3923446c27e371ee845c1e824eda93d897c Mon Sep 17 00:00:00 2001 From: Matjaz Date: Fri, 10 Mar 2023 16:01:11 -0800 Subject: [PATCH 1/2] bump minor version in changelog --- CHANGELOG.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index ff109f04..e138b113 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.4] - March 10th, 2023 + +* We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#366](https://github.com/optimizely/go-sdk/pull/366)) + ## [1.8.3] - October 12, 2022 ### New Features From 5ae418387700d1e82ceb792939edaa5e399ba0b0 Mon Sep 17 00:00:00 2001 From: Matjaz Date: Fri, 10 Mar 2023 16:08:48 -0800 Subject: [PATCH 2/2] update package version --- pkg/event/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/event/version.go b/pkg/event/version.go index b45e453e..aad09472 100644 --- a/pkg/event/version.go +++ b/pkg/event/version.go @@ -18,7 +18,7 @@ package event // Version is the current version of the client -var Version = "1.8.3" +var Version = "1.8.4" // ClientName is the name of the client var ClientName = "go-sdk"